Html Css Color HEX #8C24BB Dark Orchid

📋 copy color: '#8C24BB'

red 140 ◦ green 36 ◦ blue 187

#8C24BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #8C24BB

Tints of Dark Orchid #8C24BB

RGB

 RED value IS 140 (55.08% from 255) = 38.57%

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 38.57%
G = 9.92%
B = 51.52%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C24BB (or 0x8C24BB) is known color: Dark Orchid. HEX triplet: 8C, 24 and BB. RGB value is (140,36,187). Sum of RGB (Red+Green+Blue) = 140+36+187=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C24BB is #73DB44. Grayscale: #535353. Windows color (decimal): -7592773 or 12264588. OLE color: 12264588.

HSL color Cylindrical-coordinate representation of color #8C24BB: hue angle of 281.32º 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 #8C24BB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 36 187 -
CMYK 0.25 0.81 0 0.27
HSL 281.32º 0.68% 0.44% -
HSV(B) 281.32º 0.81% 0.73% -
XYZ 20.42 10.43 47.95 -
YUV 84.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 140 36 187 0.25 0.81 0 0.27 281.32 0.68 0.44
Hex 8C 24 BB 19 51 0 1B 119 44 2C
Octal 214 44 273 31 121 0 33 431 104 54
Binary 10001100 100100 10111011 11001 1010001 0 11011 100011001 1000100 101100

Color Harmonies of #8C24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C24BB

Black with #8C24BB

Text Example


Text Example

White with #8C24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C24BB;
 }
 .AnyTagClassName
 {
   color: #8C24BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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