Html Css Color HEX #9511FB Blue Violet

📋 copy color: '#9511FB'

red 149 ◦ green 17 ◦ blue 251

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

Shades of Blue Violet #9511FB

Tints of Blue Violet #9511FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 35.73%
G = 4.08%
B = 60.19%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9511FB (or 0x9511FB) is known color: Blue Violet. HEX triplet: 95, 11 and FB. RGB value is (149,17,251). Sum of RGB (Red+Green+Blue) = 149+17+251=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #9511FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511FB is #6AEE04. Grayscale: #525252. Windows color (decimal): -7007749 or 16454037. OLE color: 16454037.

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

Color convert

RGB 149 17 251 -
CMYK 0.41 0.93 0 0.02
HSL 273.85º 0.97% 0.53% -
HSV(B) 273.85º 0.93% 0.98% -
XYZ 30.01 13.76 92.34 -
YUV 83.14 222.73 174.97 -
System Red Green Blue C M Y K H S L
Decimal 149 17 251 0.41 0.93 0 0.02 273.85 0.97 0.53
Hex 95 11 FB 29 5D 0 2 112 61 35
Octal 225 21 373 51 135 0 2 422 141 65
Binary 10010101 10001 11111011 101001 1011101 0 10 100010010 1100001 110101

Color Harmonies of #9511FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511FB

Black with #9511FB

Text Example


Text Example

White with #9511FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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