Html Css Color HEX #9F19E5 Blue Violet

📋 copy color: '#9F19E5'

red 159 ◦ green 25 ◦ blue 229

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

Shades of Blue Violet #9F19E5

Tints of Blue Violet #9F19E5

RGB

 RED value IS 159 (62.5% from 255) = 38.5%

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

 BLUE value IS 229 (89.84% from 255) = 55.45%

R = 38.5%
G = 6.05%
B = 55.45%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9F19E5 (or 0x9F19E5) is known color: Blue Violet. HEX triplet: 9F, 19 and E5. RGB value is (159,25,229). Sum of RGB (Red+Green+Blue) = 159+25+229=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #9F19E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F19E5 is #60E61A. Grayscale: #575757. Windows color (decimal): -6350363 or 15014303. OLE color: 15014303.

HSL color Cylindrical-coordinate representation of color #9F19E5: hue angle of 279.41º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F19E5 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 25 229 -
CMYK 0.31 0.89 0 0.10
HSL 279.41º 0.8% 0.5% -
HSV(B) 279.41º 0.89% 0.9% -
XYZ 28.79 13.72 75.26 -
YUV 88.32 207.39 178.41 -
System Red Green Blue C M Y K H S L
Decimal 159 25 229 0.31 0.89 0 0.10 279.41 0.8 0.5
Hex 9F 19 E5 1F 59 0 A 117 50 32
Octal 237 31 345 37 131 0 12 427 120 62
Binary 10011111 11001 11100101 11111 1011001 0 1010 100010111 1010000 110010

Color Harmonies of #9F19E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F19E5

Black with #9F19E5

Text Example


Text Example

White with #9F19E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F19E5; }

 p { color: rgb(159,25,229); }

 H1.HeaderClassName
 {
   color: #9F19E5;
 }
 .AnyTagClassName
 {
   color: #9F19E5;
 }
</style>

background-color css

<style>
 a { background-color: #9F19E5; }

 a { background-color: rgb(159,25,229); }

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

border-color css

<style>
 span { border-color: #9F19E5; }

 span { border-color: rgb(159,25,229); }

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