Html Css Color HEX #8B24CF Dark Orchid

📋 copy color: '#8B24CF'

red 139 ◦ green 36 ◦ blue 207

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

Shades of Dark Orchid #8B24CF

Tints of Dark Orchid #8B24CF

RGB

 RED value IS 139 (54.69% from 255) = 36.39%

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

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 36.39%
G = 9.42%
B = 54.19%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8B24CF (or 0x8B24CF) is known color: Dark Orchid. HEX triplet: 8B, 24 and CF. RGB value is (139,36,207). Sum of RGB (Red+Green+Blue) = 139+36+207=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B24CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B24CF is #74DB30. Grayscale: #555555. Windows color (decimal): -7658289 or 13575307. OLE color: 13575307.

HSL color Cylindrical-coordinate representation of color #8B24CF: hue angle of 276.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B24CF is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 139 36 207 -
CMYK 0.33 0.83 0 0.19
HSL 276.14º 0.7% 0.48% -
HSV(B) 276.14º 0.83% 0.81% -
XYZ 22.54 11.26 60.02 -
YUV 86.29 196.12 165.6 -
System Red Green Blue C M Y K H S L
Decimal 139 36 207 0.33 0.83 0 0.19 276.14 0.7 0.48
Hex 8B 24 CF 21 53 0 13 114 46 30
Octal 213 44 317 41 123 0 23 424 106 60
Binary 10001011 100100 11001111 100001 1010011 0 10011 100010100 1000110 110000

Color Harmonies of #8B24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B24CF

Black with #8B24CF

Text Example


Text Example

White with #8B24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,207); }

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

background-color css

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

 a { background-color: rgb(139,36,207); }

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

border-color css

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

 span { border-color: rgb(139,36,207); }

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