Html Css Color HEX #9517FA Blue Violet

📋 copy color: '#9517FA'

red 149 ◦ green 23 ◦ blue 250

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

Shades of Blue Violet #9517FA

Tints of Blue Violet #9517FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.45%

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

R = 35.31%
G = 5.45%
B = 59.24%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9517FA (or 0x9517FA) is known color: Blue Violet. HEX triplet: 95, 17 and FA. RGB value is (149,23,250). Sum of RGB (Red+Green+Blue) = 149+23+250=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 23 (9.38% from 255 or 5.45% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #9517FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9517FA is #6AE805. Grayscale: #555555. Windows color (decimal): -7006214 or 16390037. OLE color: 16390037.

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

Color convert

RGB 149 23 250 -
CMYK 0.40 0.91 0 0.02
HSL 273.3º 0.96% 0.54% -
HSV(B) 273.3º 0.91% 0.98% -
XYZ 29.96 13.9 91.55 -
YUV 86.55 220.24 172.54 -
System Red Green Blue C M Y K H S L
Decimal 149 23 250 0.40 0.91 0 0.02 273.3 0.96 0.54
Hex 95 17 FA 28 5B 0 2 111 60 36
Octal 225 27 372 50 133 0 2 421 140 66
Binary 10010101 10111 11111010 101000 1011011 0 10 100010001 1100000 110110

Color Harmonies of #9517FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9517FA

Black with #9517FA

Text Example


Text Example

White with #9517FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,23,250); }

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

background-color css

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

 a { background-color: rgb(149,23,250); }

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

border-color css

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

 span { border-color: rgb(149,23,250); }

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