Html Css Color HEX #8309DF Dark Violet

📋 copy color: '#8309DF'

red 131 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #8309DF

Tints of Dark Violet #8309DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.48%

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 36.09%
G = 2.48%
B = 61.43%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8309DF (or 0x8309DF) is known color: Dark Violet. HEX triplet: 83, 09 and DF. RGB value is (131,9,223). Sum of RGB (Red+Green+Blue) = 131+9+223=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #8309DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309DF is #7CF620. Grayscale: #454545. Windows color (decimal): -8189473 or 14616963. OLE color: 14616963.

HSL color Cylindrical-coordinate representation of color #8309DF: hue angle of 274.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8309DF is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 9 223 -
CMYK 0.41 0.96 0 0.13
HSL 274.21º 0.92% 0.45% -
HSV(B) 274.21º 0.96% 0.87% -
XYZ 22.78 10.35 70.61 -
YUV 69.87 214.42 171.6 -
System Red Green Blue C M Y K H S L
Decimal 131 9 223 0.41 0.96 0 0.13 274.21 0.92 0.45
Hex 83 9 DF 29 60 0 D 112 5C 2D
Octal 203 11 337 51 140 0 15 422 134 55
Binary 10000011 1001 11011111 101001 1100000 0 1101 100010010 1011100 101101

Color Harmonies of #8309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309DF

Black with #8309DF

Text Example


Text Example

White with #8309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8309DF; }

 p { color: rgb(131,9,223); }

 H1.HeaderClassName
 {
   color: #8309DF;
 }
 .AnyTagClassName
 {
   color: #8309DF;
 }
</style>

background-color css

<style>
 a { background-color: #8309DF; }

 a { background-color: rgb(131,9,223); }

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

border-color css

<style>
 span { border-color: #8309DF; }

 span { border-color: rgb(131,9,223); }

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