Html Css Color HEX #8309DB Dark Violet

📋 copy color: '#8309DB'

red 131 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #8309DB

Tints of Dark Violet #8309DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 61%

R = 36.49%
G = 2.51%
B = 61%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8309DB (or 0x8309DB) is known color: Dark Violet. HEX triplet: 83, 09 and DB. RGB value is (131,9,219). Sum of RGB (Red+Green+Blue) = 131+9+219=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #8309DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8309DB is #7CF624. Grayscale: #444444. Windows color (decimal): -8189477 or 14354819. OLE color: 14354819.

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

Color convert

RGB 131 9 219 -
CMYK 0.40 0.96 0 0.14
HSL 274.86º 0.92% 0.45% -
HSV(B) 274.86º 0.96% 0.86% -
XYZ 22.24 10.14 67.8 -
YUV 69.42 212.42 171.92 -
System Red Green Blue C M Y K H S L
Decimal 131 9 219 0.40 0.96 0 0.14 274.86 0.92 0.45
Hex 83 9 DB 28 60 0 E 113 5C 2D
Octal 203 11 333 50 140 0 16 423 134 55
Binary 10000011 1001 11011011 101000 1100000 0 1110 100010011 1011100 101101

Color Harmonies of #8309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8309DB

Black with #8309DB

Text Example


Text Example

White with #8309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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