Html Css Color HEX #8320BF Dark Orchid

📋 copy color: '#8320BF'

red 131 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #8320BF

Tints of Dark Orchid #8320BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.95%

R = 37.01%
G = 9.04%
B = 53.95%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8320BF (or 0x8320BF) is known color: Dark Orchid. HEX triplet: 83, 20 and BF. RGB value is (131,32,191). Sum of RGB (Red+Green+Blue) = 131+32+191=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #8320BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8320BF is #7CDF40. Grayscale: #4F4F4F. Windows color (decimal): -8183617 or 12525699. OLE color: 12525699.

HSL color Cylindrical-coordinate representation of color #8320BF: hue angle of 277.36º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8320BF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 32 191 -
CMYK 0.31 0.83 0 0.25
HSL 277.36º 0.71% 0.44% -
HSV(B) 277.36º 0.83% 0.75% -
XYZ 19.28 9.62 50.13 -
YUV 79.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 131 32 191 0.31 0.83 0 0.25 277.36 0.71 0.44
Hex 83 20 BF 1F 53 0 19 115 47 2C
Octal 203 40 277 37 123 0 31 425 107 54
Binary 10000011 100000 10111111 11111 1010011 0 11001 100010101 1000111 101100

Color Harmonies of #8320BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320BF

Black with #8320BF

Text Example


Text Example

White with #8320BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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