Html Css Color HEX #9911FF Blue Violet

📋 copy color: '#9911FF'

red 153 ◦ green 17 ◦ blue 255

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

Shades of Blue Violet #9911FF

Tints of Blue Violet #9911FF

RGB

 RED value IS 153 (60.16% from 255) = 36%

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

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

R = 36%
G = 4%
B = 60%

CMYK

 C value IS 0.4

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9911FF (or 0x9911FF) is known color: Blue Violet. HEX triplet: 99, 11 and FF. RGB value is (153,17,255). Sum of RGB (Red+Green+Blue) = 153+17+255=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9911FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9911FF is #66EE00. Grayscale: #535353. Windows color (decimal): -6745601 or 16716185. OLE color: 16716185.

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

Color convert

RGB 153 17 255 -
CMYK 0.4 0.93 0 0
HSL 274.29º 1% 0.53% -
HSV(B) 274.29º 0.93% 1% -
XYZ 31.39 14.39 95.73 -
YUV 84.8 224.06 176.65 -
System Red Green Blue C M Y K H S L
Decimal 153 17 255 0.4 0.93 0 0 274.29 1 0.53
Hex 99 11 FF 28 5D 0 0 112 64 35
Octal 231 21 377 50 135 0 0 422 144 65
Binary 10011001 10001 11111111 101000 1011101 0 0 100010010 1100100 110101

Color Harmonies of #9911FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9911FF

Black with #9911FF

Text Example


Text Example

White with #9911FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,17,255); }

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

background-color css

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

 a { background-color: rgb(153,17,255); }

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

border-color css

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

 span { border-color: rgb(153,17,255); }

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