Html Css Color HEX #8839BA Dark Orchid

📋 copy color: '#8839BA'

red 136 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #8839BA

Tints of Dark Orchid #8839BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 35.88%
G = 15.04%
B = 49.08%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8839BA (or 0x8839BA) is known color: Dark Orchid. HEX triplet: 88, 39 and BA. RGB value is (136,57,186). Sum of RGB (Red+Green+Blue) = 136+57+186=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #8839BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8839BA is #77C645. Grayscale: #5E5E5E. Windows color (decimal): -7849542 or 12204424. OLE color: 12204424.

HSL color Cylindrical-coordinate representation of color #8839BA: hue angle of 276.74º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8839BA is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 57 186 -
CMYK 0.27 0.69 0 0.27
HSL 276.74º 0.53% 0.48% -
HSV(B) 276.74º 0.69% 0.73% -
XYZ 20.48 11.71 47.63 -
YUV 95.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 136 57 186 0.27 0.69 0 0.27 276.74 0.53 0.48
Hex 88 39 BA 1B 45 0 1B 115 35 30
Octal 210 71 272 33 105 0 33 425 65 60
Binary 10001000 111001 10111010 11011 1000101 0 11011 100010101 110101 110000

Color Harmonies of #8839BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8839BA

Black with #8839BA

Text Example


Text Example

White with #8839BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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