#8c23bb

Color #8C23BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8C23BB

Tints of Dark Orchid #8C23BB

Color information

#8C23BB (or 0x8C23BB) is unknown color: approx Dark Orchid. HEX triplet: 8C, 23 and BB. RGB value is (140,35,187). Sum of RGB (Red+Green+Blue) = 140+35+187=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C23BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C23BB is #73DC44. Grayscale: #535353. Windows color (decimal): -7593029 or 12264332. OLE color: 12264332.

HSL color Cylindrical-coordinate representation of color #8C23BB: hue angle of 281.45º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C23BB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14035187-
CMYK0.250.8100.27
HSL281.45º68.47%43.53%-
HSV(B)281.45º81.28%73.33%-
XYZ20.3910.3747.94-
YUV83.72186.29168.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 38.67%
GREEN value IS 35 (14.06% from 255) = 9.67%
BLUE value IS 187 (73.44% from 255) = 51.66%
R=38.67%
G=9.67%
B=51.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal140351870.250.8100.27281.4568.4743.53
Hex8C23BB195101B119442c
Octal214432733112103343110454
Binary10001100100011101110111100110100010110111000110011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c23bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8c23bb; }

 p { color: rgb(140,35,187); }

 H1.HeaderClassName
 {
   color: #8c23bb;
 }
 .AnyTagClassName
 {
   color: #8c23bb;
 }
</style>
background-color css

<style>
 a { background-color: #8c23bb; }

 a { background-color: rgb(140,35,187); }

 div.DivClassName
 {
   background-color: #8c23bb;
 }
 .BgClassName
 {
   background-color: #8c23bb;
 }
</style>
border-color css

<style>
 span { border-color: #8c23bb; }

 span { border-color: rgb(140,35,187); }

 td.TdClassName
 {
   border-color: #8c23bb;
 }
 .TagClassName
 {
   border-color: #8c23bb;
 }
</style>