Html Css Color HEX #8305DB Dark Violet

📋 copy color: '#8305DB'

red 131 ◦ green 5 ◦ blue 219

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

Shades of Dark Violet #8305DB

Tints of Dark Violet #8305DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.41%

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

R = 36.9%
G = 1.41%
B = 61.69%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8305DB (or 0x8305DB) is known color: Dark Violet. HEX triplet: 83, 05 and DB. RGB value is (131,5,219). Sum of RGB (Red+Green+Blue) = 131+5+219=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #8305DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8305DB is #7CFA24. Grayscale: #424242. Windows color (decimal): -8190501 or 14353795. OLE color: 14353795.

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

Color convert

RGB 131 5 219 -
CMYK 0.40 0.98 0 0.14
HSL 275.33º 0.96% 0.44% -
HSV(B) 275.33º 0.98% 0.86% -
XYZ 22.2 10.05 67.79 -
YUV 67.07 213.74 173.6 -
System Red Green Blue C M Y K H S L
Decimal 131 5 219 0.40 0.98 0 0.14 275.33 0.96 0.44
Hex 83 5 DB 28 62 0 E 113 60 2C
Octal 203 5 333 50 142 0 16 423 140 54
Binary 10000011 101 11011011 101000 1100010 0 1110 100010011 1100000 101100

Color Harmonies of #8305DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8305DB

Black with #8305DB

Text Example


Text Example

White with #8305DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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