Html Css Color HEX #9619FA Blue Violet

📋 copy color: '#9619FA'

red 150 ◦ green 25 ◦ blue 250

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

Shades of Blue Violet #9619FA

Tints of Blue Violet #9619FA

RGB

 RED value IS 150 (58.98% from 255) = 35.29%

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 35.29%
G = 5.88%
B = 58.82%

CMYK

 C value IS 0.4

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9619FA (or 0x9619FA) is known color: Blue Violet. HEX triplet: 96, 19 and FA. RGB value is (150,25,250). Sum of RGB (Red+Green+Blue) = 150+25+250=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #9619FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9619FA is #69E605. Grayscale: #575757. Windows color (decimal): -6940166 or 16390550. OLE color: 16390550.

HSL color Cylindrical-coordinate representation of color #9619FA: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9619FA is Cyan = 0.4, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 25 250 -
CMYK 0.4 0.9 0 0.02
HSL 273.33º 0.96% 0.54% -
HSV(B) 273.33º 0.9% 0.98% -
XYZ 30.18 14.08 91.57 -
YUV 88.03 219.41 172.2 -
System Red Green Blue C M Y K H S L
Decimal 150 25 250 0.4 0.9 0 0.02 273.33 0.96 0.54
Hex 96 19 FA 28 5A 0 2 111 60 36
Octal 226 31 372 50 132 0 2 421 140 66
Binary 10010110 11001 11111010 101000 1011010 0 10 100010001 1100000 110110

Color Harmonies of #9619FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9619FA

Black with #9619FA

Text Example


Text Example

White with #9619FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9619FA; }

 p { color: rgb(150,25,250); }

 H1.HeaderClassName
 {
   color: #9619FA;
 }
 .AnyTagClassName
 {
   color: #9619FA;
 }
</style>

background-color css

<style>
 a { background-color: #9619FA; }

 a { background-color: rgb(150,25,250); }

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

border-color css

<style>
 span { border-color: #9619FA; }

 span { border-color: rgb(150,25,250); }

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