Html Css Color HEX #9511FE Blue Violet

📋 copy color: '#9511FE'

red 149 ◦ green 17 ◦ blue 254

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

Shades of Blue Violet #9511FE

Tints of Blue Violet #9511FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.05%

 BLUE value IS 254 (99.61% from 255) = 60.48%

R = 35.48%
G = 4.05%
B = 60.48%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9511FE (or 0x9511FE) is known color: Blue Violet. HEX triplet: 95, 11 and FE. RGB value is (149,17,254). Sum of RGB (Red+Green+Blue) = 149+17+254=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 17 (7.03% from 255 or 4.05% from 420); Blue value is 254 (99.61% from 255 or 60.48% from 420); Max value from RGB is 254 - color contains mainly: blue. Hex color #9511FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511FE is #6AEE01. Grayscale: #525252. Windows color (decimal): -7007746 or 16650645. OLE color: 16650645.

HSL color Cylindrical-coordinate representation of color #9511FE: hue angle of 273.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9511FE is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 17 254 -
CMYK 0.41 0.93 0 0.00
HSL 273.42º 0.99% 0.53% -
HSV(B) 273.42º 0.93% 1% -
XYZ 30.48 13.95 94.85 -
YUV 83.49 224.23 174.73 -
System Red Green Blue C M Y K H S L
Decimal 149 17 254 0.41 0.93 0 0.00 273.42 0.99 0.53
Hex 95 11 FE 29 5D 0 0 111 63 35
Octal 225 21 376 51 135 0 0 421 143 65
Binary 10010101 10001 11111110 101001 1011101 0 0 100010001 1100011 110101

Color Harmonies of #9511FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511FE

Black with #9511FE

Text Example


Text Example

White with #9511FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9511FE; }

 p { color: rgb(149,17,254); }

 H1.HeaderClassName
 {
   color: #9511FE;
 }
 .AnyTagClassName
 {
   color: #9511FE;
 }
</style>

background-color css

<style>
 a { background-color: #9511FE; }

 a { background-color: rgb(149,17,254); }

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

border-color css

<style>
 span { border-color: #9511FE; }

 span { border-color: rgb(149,17,254); }

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