Html Css Color HEX #9519F3 Blue Violet

📋 copy color: '#9519F3'

red 149 ◦ green 25 ◦ blue 243

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

Shades of Blue Violet #9519F3

Tints of Blue Violet #9519F3

RGB

 RED value IS 149 (58.59% from 255) = 35.73%

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

 BLUE value IS 243 (95.31% from 255) = 58.27%

R = 35.73%
G = 6%
B = 58.27%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9519F3 (or 0x9519F3) is known color: Blue Violet. HEX triplet: 95, 19 and F3. RGB value is (149,25,243). Sum of RGB (Red+Green+Blue) = 149+25+243=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #9519F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9519F3 is #6AE60C. Grayscale: #565656. Windows color (decimal): -7005709 or 15931797. OLE color: 15931797.

HSL color Cylindrical-coordinate representation of color #9519F3: hue angle of 274.13º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9519F3 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 25 243 -
CMYK 0.39 0.90 0 0.05
HSL 274.13º 0.9% 0.53% -
HSV(B) 274.13º 0.9% 0.95% -
XYZ 28.92 13.56 85.89 -
YUV 86.93 216.08 172.27 -
System Red Green Blue C M Y K H S L
Decimal 149 25 243 0.39 0.90 0 0.05 274.13 0.9 0.53
Hex 95 19 F3 27 5A 0 5 112 5A 35
Octal 225 31 363 47 132 0 5 422 132 65
Binary 10010101 11001 11110011 100111 1011010 0 101 100010010 1011010 110101

Color Harmonies of #9519F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9519F3

Black with #9519F3

Text Example


Text Example

White with #9519F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9519F3; }

 p { color: rgb(149,25,243); }

 H1.HeaderClassName
 {
   color: #9519F3;
 }
 .AnyTagClassName
 {
   color: #9519F3;
 }
</style>

background-color css

<style>
 a { background-color: #9519F3; }

 a { background-color: rgb(149,25,243); }

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

border-color css

<style>
 span { border-color: #9519F3; }

 span { border-color: rgb(149,25,243); }

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