Html Css Color HEX #8332BA Dark Orchid

📋 copy color: '#8332BA'

red 131 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #8332BA

Tints of Dark Orchid #8332BA

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

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

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

R = 35.69%
G = 13.62%
B = 50.68%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8332BA (or 0x8332BA) is known color: Dark Orchid. HEX triplet: 83, 32 and BA. RGB value is (131,50,186). Sum of RGB (Red+Green+Blue) = 131+50+186=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #8332BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8332BA is #7CCD45. Grayscale: #595959. Windows color (decimal): -8179014 or 12202627. OLE color: 12202627.

HSL color Cylindrical-coordinate representation of color #8332BA: hue angle of 275.74º 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 #8332BA is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 50 186 -
CMYK 0.30 0.73 0 0.27
HSL 275.74º 0.58% 0.46% -
HSV(B) 275.74º 0.73% 0.73% -
XYZ 19.36 10.65 47.49 -
YUV 89.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 131 50 186 0.30 0.73 0 0.27 275.74 0.58 0.46
Hex 83 32 BA 1E 49 0 1B 114 3A 2E
Octal 203 62 272 36 111 0 33 424 72 56
Binary 10000011 110010 10111010 11110 1001001 0 11011 100010100 111010 101110

Color Harmonies of #8332BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8332BA

Black with #8332BA

Text Example


Text Example

White with #8332BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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