Html Css Color HEX #9516FA Blue Violet

📋 copy color: '#9516FA'

red 149 ◦ green 22 ◦ blue 250

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

Shades of Blue Violet #9516FA

Tints of Blue Violet #9516FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.23%

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

R = 35.39%
G = 5.23%
B = 59.38%

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

#9516FA (or 0x9516FA) is known color: Blue Violet. HEX triplet: 95, 16 and FA. RGB value is (149,22,250). Sum of RGB (Red+Green+Blue) = 149+22+250=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #9516FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516FA is #6AE905. Grayscale: #555555. Windows color (decimal): -7006470 or 16389781. OLE color: 16389781.

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

Color convert

RGB 149 22 250 -
CMYK 0.40 0.91 0 0.02
HSL 273.42º 0.96% 0.53% -
HSV(B) 273.42º 0.91% 0.98% -
XYZ 29.94 13.87 91.54 -
YUV 85.97 220.58 172.96 -
System Red Green Blue C M Y K H S L
Decimal 149 22 250 0.40 0.91 0 0.02 273.42 0.96 0.53
Hex 95 16 FA 28 5B 0 2 111 60 35
Octal 225 26 372 50 133 0 2 421 140 65
Binary 10010101 10110 11111010 101000 1011011 0 10 100010001 1100000 110101

Color Harmonies of #9516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516FA

Black with #9516FA

Text Example


Text Example

White with #9516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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