Html Css Color HEX #9516FF Blue Violet

📋 copy color: '#9516FF'

red 149 ◦ green 22 ◦ blue 255

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

Shades of Blue Violet #9516FF

Tints of Blue Violet #9516FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.86%

R = 34.98%
G = 5.16%
B = 59.86%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9516FF (or 0x9516FF) is known color: Blue Violet. HEX triplet: 95, 16 and FF. RGB value is (149,22,255). Sum of RGB (Red+Green+Blue) = 149+22+255=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #9516FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9516FF is #6AE900. Grayscale: #555555. Windows color (decimal): -7006465 or 16717461. OLE color: 16717461.

HSL color Cylindrical-coordinate representation of color #9516FF: hue angle of 272.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9516FF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 149 22 255 -
CMYK 0.42 0.91 0 0
HSL 272.7º 1% 0.54% -
HSV(B) 272.7º 0.91% 1% -
XYZ 30.73 14.18 95.73 -
YUV 86.54 223.08 172.55 -
System Red Green Blue C M Y K H S L
Decimal 149 22 255 0.42 0.91 0 0 272.7 1 0.54
Hex 95 16 FF 2A 5B 0 0 111 64 36
Octal 225 26 377 52 133 0 0 421 144 66
Binary 10010101 10110 11111111 101010 1011011 0 0 100010001 1100100 110110

Color Harmonies of #9516FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9516FF

Black with #9516FF

Text Example


Text Example

White with #9516FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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