Html Css Color HEX #8314DB Blue Violet

📋 copy color: '#8314DB'

red 131 ◦ green 20 ◦ blue 219

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

Shades of Blue Violet #8314DB

Tints of Blue Violet #8314DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 35.41%
G = 5.41%
B = 59.19%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8314DB (or 0x8314DB) is known color: Blue Violet. HEX triplet: 83, 14 and DB. RGB value is (131,20,219). Sum of RGB (Red+Green+Blue) = 131+20+219=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #8314DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8314DB is #7CEB24. Grayscale: #4B4B4B. Windows color (decimal): -8186661 or 14357635. OLE color: 14357635.

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

Color convert

RGB 131 20 219 -
CMYK 0.40 0.91 0 0.14
HSL 273.47º 0.83% 0.47% -
HSV(B) 273.47º 0.91% 0.86% -
XYZ 22.4 10.44 67.85 -
YUV 75.88 208.77 167.32 -
System Red Green Blue C M Y K H S L
Decimal 131 20 219 0.40 0.91 0 0.14 273.47 0.83 0.47
Hex 83 14 DB 28 5B 0 E 111 53 2F
Octal 203 24 333 50 133 0 16 421 123 57
Binary 10000011 10100 11011011 101000 1011011 0 1110 100010001 1010011 101111

Color Harmonies of #8314DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8314DB

Black with #8314DB

Text Example


Text Example

White with #8314DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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