Html Css Color HEX #8322BF Dark Orchid

📋 copy color: '#8322BF'

red 131 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #8322BF

Tints of Dark Orchid #8322BF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.55%

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

R = 36.8%
G = 9.55%
B = 53.65%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8322BF (or 0x8322BF) is known color: Dark Orchid. HEX triplet: 83, 22 and BF. RGB value is (131,34,191). Sum of RGB (Red+Green+Blue) = 131+34+191=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 191 (75% from 255 or 53.65% from 356); Max value from RGB is 191 - color contains mainly: blue. Hex color #8322BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8322BF is #7CDD40. Grayscale: #505050. Windows color (decimal): -8183105 or 12526211. OLE color: 12526211.

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

Color convert

RGB 131 34 191 -
CMYK 0.31 0.82 0 0.25
HSL 277.07º 0.7% 0.44% -
HSV(B) 277.07º 0.82% 0.75% -
XYZ 19.34 9.73 50.15 -
YUV 80.9 190.14 163.73 -
System Red Green Blue C M Y K H S L
Decimal 131 34 191 0.31 0.82 0 0.25 277.07 0.7 0.44
Hex 83 22 BF 1F 52 0 19 115 46 2C
Octal 203 42 277 37 122 0 31 425 106 54
Binary 10000011 100010 10111111 11111 1010010 0 11001 100010101 1000110 101100

Color Harmonies of #8322BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8322BF

Black with #8322BF

Text Example


Text Example

White with #8322BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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