Html Css Color HEX #9419DB Blue Violet

📋 copy color: '#9419DB'

red 148 ◦ green 25 ◦ blue 219

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

Shades of Blue Violet #9419DB

Tints of Blue Violet #9419DB

RGB

 RED value IS 148 (58.2% from 255) = 37.76%

 GREEN value IS 25 (10.16% from 255) = 6.38%

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

R = 37.76%
G = 6.38%
B = 55.87%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9419DB (or 0x9419DB) is known color: Blue Violet. HEX triplet: 94, 19 and DB. RGB value is (148,25,219). Sum of RGB (Red+Green+Blue) = 148+25+219=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #9419DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9419DB is #6BE624. Grayscale: #535353. Windows color (decimal): -7071269 or 14358932. OLE color: 14358932.

HSL color Cylindrical-coordinate representation of color #9419DB: hue angle of 278.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9419DB is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 25 219 -
CMYK 0.32 0.89 0 0.14
HSL 278.04º 0.8% 0.48% -
HSV(B) 278.04º 0.89% 0.86% -
XYZ 25.35 12.11 68.02 -
YUV 83.89 204.25 173.73 -
System Red Green Blue C M Y K H S L
Decimal 148 25 219 0.32 0.89 0 0.14 278.04 0.8 0.48
Hex 94 19 DB 20 59 0 E 116 50 30
Octal 224 31 333 40 131 0 16 426 120 60
Binary 10010100 11001 11011011 100000 1011001 0 1110 100010110 1010000 110000

Color Harmonies of #9419DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9419DB

Black with #9419DB

Text Example


Text Example

White with #9419DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,25,219); }

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

background-color css

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

 a { background-color: rgb(148,25,219); }

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

border-color css

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

 span { border-color: rgb(148,25,219); }

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