Html Css Color HEX #8B24BB Dark Orchid

📋 copy color: '#8B24BB'

red 139 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #8B24BB

Tints of Dark Orchid #8B24BB

RGB

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

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

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

R = 38.4%
G = 9.94%
B = 51.66%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B24BB (or 0x8B24BB) is known color: Dark Orchid. HEX triplet: 8B, 24 and BB. RGB value is (139,36,187). Sum of RGB (Red+Green+Blue) = 139+36+187=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 36 (14.45% from 255 or 9.94% 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 #8B24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B24BB is #74DB44. Grayscale: #535353. Windows color (decimal): -7658309 or 12264587. OLE color: 12264587.

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

Color convert

RGB 139 36 187 -
CMYK 0.26 0.81 0 0.27
HSL 280.93º 0.68% 0.44% -
HSV(B) 280.93º 0.81% 0.73% -
XYZ 20.25 10.34 47.94 -
YUV 84.01 186.12 167.22 -
System Red Green Blue C M Y K H S L
Decimal 139 36 187 0.26 0.81 0 0.27 280.93 0.68 0.44
Hex 8B 24 BB 1A 51 0 1B 119 44 2C
Octal 213 44 273 32 121 0 33 431 104 54
Binary 10001011 100100 10111011 11010 1010001 0 11011 100011001 1000100 101100

Color Harmonies of #8B24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B24BB

Black with #8B24BB

Text Example


Text Example

White with #8B24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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