Html Css Color HEX #8335DB Blue Violet

📋 copy color: '#8335DB'

red 131 ◦ green 53 ◦ blue 219

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

Shades of Blue Violet #8335DB

Tints of Blue Violet #8335DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.15%

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

R = 32.51%
G = 13.15%
B = 54.34%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8335DB (or 0x8335DB) is known color: Blue Violet. HEX triplet: 83, 35 and DB. RGB value is (131,53,219). Sum of RGB (Red+Green+Blue) = 131+53+219=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #8335DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335DB is #7CCA24. Grayscale: #5E5E5E. Windows color (decimal): -8178213 or 14366083. OLE color: 14366083.

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

Color convert

RGB 131 53 219 -
CMYK 0.40 0.76 0 0.14
HSL 268.19º 0.7% 0.53% -
HSV(B) 268.19º 0.76% 0.86% -
XYZ 23.42 12.49 68.19 -
YUV 95.25 197.84 153.5 -
System Red Green Blue C M Y K H S L
Decimal 131 53 219 0.40 0.76 0 0.14 268.19 0.7 0.53
Hex 83 35 DB 28 4C 0 E 10C 46 35
Octal 203 65 333 50 114 0 16 414 106 65
Binary 10000011 110101 11011011 101000 1001100 0 1110 100001100 1000110 110101

Color Harmonies of #8335DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8335DB

Black with #8335DB

Text Example


Text Example

White with #8335DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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