Html Css Color HEX #9511FC Blue Violet

📋 copy color: '#9511FC'

red 149 ◦ green 17 ◦ blue 252

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

Shades of Blue Violet #9511FC

Tints of Blue Violet #9511FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.29%

R = 35.65%
G = 4.07%
B = 60.29%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9511FC (or 0x9511FC) is known color: Blue Violet. HEX triplet: 95, 11 and FC. RGB value is (149,17,252). Sum of RGB (Red+Green+Blue) = 149+17+252=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #9511FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511FC is #6AEE03. Grayscale: #525252. Windows color (decimal): -7007748 or 16519573. OLE color: 16519573.

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

Color convert

RGB 149 17 252 -
CMYK 0.41 0.93 0 0.01
HSL 273.7º 0.98% 0.53% -
HSV(B) 273.7º 0.93% 0.99% -
XYZ 30.17 13.82 93.17 -
YUV 83.26 223.23 174.89 -
System Red Green Blue C M Y K H S L
Decimal 149 17 252 0.41 0.93 0 0.01 273.7 0.98 0.53
Hex 95 11 FC 29 5D 0 1 112 62 35
Octal 225 21 374 51 135 0 1 422 142 65
Binary 10010101 10001 11111100 101001 1011101 0 1 100010010 1100010 110101

Color Harmonies of #9511FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511FC

Black with #9511FC

Text Example


Text Example

White with #9511FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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