Html Css Color HEX #8832BA Dark Orchid

📋 copy color: '#8832BA'

red 136 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #8832BA

Tints of Dark Orchid #8832BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

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

R = 36.56%
G = 13.44%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8832BA (or 0x8832BA) is known color: Dark Orchid. HEX triplet: 88, 32 and BA. RGB value is (136,50,186). Sum of RGB (Red+Green+Blue) = 136+50+186=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #8832BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8832BA is #77CD45. Grayscale: #5A5A5A. Windows color (decimal): -7851334 or 12202632. OLE color: 12202632.

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

Color convert

RGB 136 50 186 -
CMYK 0.27 0.73 0 0.27
HSL 277.94º 0.58% 0.46% -
HSV(B) 277.94º 0.73% 0.73% -
XYZ 20.16 11.06 47.53 -
YUV 91.22 181.49 159.94 -
System Red Green Blue C M Y K H S L
Decimal 136 50 186 0.27 0.73 0 0.27 277.94 0.58 0.46
Hex 88 32 BA 1B 49 0 1B 116 3A 2E
Octal 210 62 272 33 111 0 33 426 72 56
Binary 10001000 110010 10111010 11011 1001001 0 11011 100010110 111010 101110

Color Harmonies of #8832BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8832BA

Black with #8832BA

Text Example


Text Example

White with #8832BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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