Html Css Color HEX #8B36BB Dark Orchid

📋 copy color: '#8B36BB'

red 139 ◦ green 54 ◦ blue 187

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

Shades of Dark Orchid #8B36BB

Tints of Dark Orchid #8B36BB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.21%

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

R = 36.58%
G = 14.21%
B = 49.21%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8B36BB (or 0x8B36BB) is known color: Dark Orchid. HEX triplet: 8B, 36 and BB. RGB value is (139,54,187). Sum of RGB (Red+Green+Blue) = 139+54+187=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B36BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B36BB is #74C944. Grayscale: #5E5E5E. Windows color (decimal): -7653701 or 12269195. OLE color: 12269195.

HSL color Cylindrical-coordinate representation of color #8B36BB: hue angle of 278.35º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B36BB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 139 54 187 -
CMYK 0.26 0.71 0 0.27
HSL 278.35º 0.55% 0.47% -
HSV(B) 278.35º 0.71% 0.73% -
XYZ 20.94 11.72 48.17 -
YUV 94.58 180.16 159.69 -
System Red Green Blue C M Y K H S L
Decimal 139 54 187 0.26 0.71 0 0.27 278.35 0.55 0.47
Hex 8B 36 BB 1A 47 0 1B 116 37 2F
Octal 213 66 273 32 107 0 33 426 67 57
Binary 10001011 110110 10111011 11010 1000111 0 11011 100010110 110111 101111

Color Harmonies of #8B36BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B36BB

Black with #8B36BB

Text Example


Text Example

White with #8B36BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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