Html Css Color HEX #8834BA Dark Orchid

📋 copy color: '#8834BA'

red 136 ◦ green 52 ◦ blue 186

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

Shades of Dark Orchid #8834BA

Tints of Dark Orchid #8834BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.9%

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

R = 36.36%
G = 13.9%
B = 49.73%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8834BA (or 0x8834BA) is known color: Dark Orchid. HEX triplet: 88, 34 and BA. RGB value is (136,52,186). Sum of RGB (Red+Green+Blue) = 136+52+186=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8834BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834BA is #77CB45. Grayscale: #5B5B5B. Windows color (decimal): -7850822 or 12203144. OLE color: 12203144.

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

Color convert

RGB 136 52 186 -
CMYK 0.27 0.72 0 0.27
HSL 277.61º 0.56% 0.47% -
HSV(B) 277.61º 0.72% 0.73% -
XYZ 20.24 11.24 47.56 -
YUV 92.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 136 52 186 0.27 0.72 0 0.27 277.61 0.56 0.47
Hex 88 34 BA 1B 48 0 1B 116 38 2F
Octal 210 64 272 33 110 0 33 426 70 57
Binary 10001000 110100 10111010 11011 1001000 0 11011 100010110 111000 101111

Color Harmonies of #8834BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8834BA

Black with #8834BA

Text Example


Text Example

White with #8834BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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