Html Css Color HEX #8320B8 Dark Orchid

📋 copy color: '#8320B8'

red 131 ◦ green 32 ◦ blue 184

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

Shades of Dark Orchid #8320B8

Tints of Dark Orchid #8320B8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.22%

 BLUE value IS 184 (72.27% from 255) = 53.03%

R = 37.75%
G = 9.22%
B = 53.03%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8320B8 (or 0x8320B8) is known color: Dark Orchid. HEX triplet: 83, 20 and B8. RGB value is (131,32,184). Sum of RGB (Red+Green+Blue) = 131+32+184=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #8320B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320B8 is #7CDF47. Grayscale: #4E4E4E. Windows color (decimal): -8183624 or 12066947. OLE color: 12066947.

HSL color Cylindrical-coordinate representation of color #8320B8: hue angle of 279.08º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8320B8 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 32 184 -
CMYK 0.29 0.83 0 0.28
HSL 279.08º 0.7% 0.42% -
HSV(B) 279.08º 0.83% 0.72% -
XYZ 18.53 9.32 46.17 -
YUV 78.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 131 32 184 0.29 0.83 0 0.28 279.08 0.7 0.42
Hex 83 20 B8 1D 53 0 1C 117 46 2A
Octal 203 40 270 35 123 0 34 427 106 52
Binary 10000011 100000 10111000 11101 1010011 0 11100 100010111 1000110 101010

Color Harmonies of #8320B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320B8

Black with #8320B8

Text Example


Text Example

White with #8320B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8320B8; }

 p { color: rgb(131,32,184); }

 H1.HeaderClassName
 {
   color: #8320B8;
 }
 .AnyTagClassName
 {
   color: #8320B8;
 }
</style>

background-color css

<style>
 a { background-color: #8320B8; }

 a { background-color: rgb(131,32,184); }

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

border-color css

<style>
 span { border-color: #8320B8; }

 span { border-color: rgb(131,32,184); }

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