Html Css Color HEX #8837BF Dark Orchid

📋 copy color: '#8837BF'

red 136 ◦ green 55 ◦ blue 191

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

Shades of Dark Orchid #8837BF

Tints of Dark Orchid #8837BF

RGB

 RED value IS 136 (53.52% from 255) = 35.6%

 GREEN value IS 55 (21.88% from 255) = 14.4%

 BLUE value IS 191 (75% from 255) = 50%

R = 35.6%
G = 14.4%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8837BF (or 0x8837BF) is known color: Dark Orchid. HEX triplet: 88, 37 and BF. RGB value is (136,55,191). Sum of RGB (Red+Green+Blue) = 136+55+191=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #8837BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8837BF is #77C840. Grayscale: #5E5E5E. Windows color (decimal): -7850049 or 12531592. OLE color: 12531592.

HSL color Cylindrical-coordinate representation of color #8837BF: hue angle of 275.74º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8837BF is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 55 191 -
CMYK 0.29 0.71 0 0.25
HSL 275.74º 0.55% 0.48% -
HSV(B) 275.74º 0.71% 0.75% -
XYZ 20.92 11.73 50.45 -
YUV 94.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 136 55 191 0.29 0.71 0 0.25 275.74 0.55 0.48
Hex 88 37 BF 1D 47 0 19 114 37 30
Octal 210 67 277 35 107 0 31 424 67 60
Binary 10001000 110111 10111111 11101 1000111 0 11001 100010100 110111 110000

Color Harmonies of #8837BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8837BF

Black with #8837BF

Text Example


Text Example

White with #8837BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8837BF; }

 p { color: rgb(136,55,191); }

 H1.HeaderClassName
 {
   color: #8837BF;
 }
 .AnyTagClassName
 {
   color: #8837BF;
 }
</style>

background-color css

<style>
 a { background-color: #8837BF; }

 a { background-color: rgb(136,55,191); }

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

border-color css

<style>
 span { border-color: #8837BF; }

 span { border-color: rgb(136,55,191); }

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