Html Css Color HEX #8320B3 Dark Orchid

📋 copy color: '#8320B3'

red 131 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #8320B3

Tints of Dark Orchid #8320B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.34%

R = 38.3%
G = 9.36%
B = 52.34%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8320B3 (or 0x8320B3) is known color: Dark Orchid. HEX triplet: 83, 20 and B3. RGB value is (131,32,179). Sum of RGB (Red+Green+Blue) = 131+32+179=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #8320B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320B3 is #7CDF4C. Grayscale: #4D4D4D. Windows color (decimal): -8183629 or 11739267. OLE color: 11739267.

HSL color Cylindrical-coordinate representation of color #8320B3: hue angle of 280.41º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8320B3 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 32 179 -
CMYK 0.27 0.82 0 0.30
HSL 280.41º 0.7% 0.41% -
HSV(B) 280.41º 0.82% 0.7% -
XYZ 18.01 9.11 43.46 -
YUV 78.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 131 32 179 0.27 0.82 0 0.30 280.41 0.7 0.41
Hex 83 20 B3 1B 52 0 1E 118 46 29
Octal 203 40 263 33 122 0 36 430 106 51
Binary 10000011 100000 10110011 11011 1010010 0 11110 100011000 1000110 101001

Color Harmonies of #8320B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320B3

Black with #8320B3

Text Example


Text Example

White with #8320B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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