Html Css Color HEX #8839BF Dark Orchid

📋 copy color: '#8839BF'

red 136 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #8839BF

Tints of Dark Orchid #8839BF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.84%

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

R = 35.42%
G = 14.84%
B = 49.74%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8839BF (or 0x8839BF) is known color: Dark Orchid. HEX triplet: 88, 39 and BF. RGB value is (136,57,191). Sum of RGB (Red+Green+Blue) = 136+57+191=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #8839BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839BF is #77C640. Grayscale: #5F5F5F. Windows color (decimal): -7849537 or 12532104. OLE color: 12532104.

HSL color Cylindrical-coordinate representation of color #8839BF: hue angle of 275.37º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8839BF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 57 191 -
CMYK 0.29 0.70 0 0.25
HSL 275.37º 0.54% 0.49% -
HSV(B) 275.37º 0.7% 0.75% -
XYZ 21.02 11.92 50.48 -
YUV 95.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 136 57 191 0.29 0.70 0 0.25 275.37 0.54 0.49
Hex 88 39 BF 1D 46 0 19 113 36 31
Octal 210 71 277 35 106 0 31 423 66 61
Binary 10001000 111001 10111111 11101 1000110 0 11001 100010011 110110 110001

Color Harmonies of #8839BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8839BF

Black with #8839BF

Text Example


Text Example

White with #8839BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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