Html Css Color HEX #9511F7 Blue Violet

📋 copy color: '#9511F7'

red 149 ◦ green 17 ◦ blue 247

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

Shades of Blue Violet #9511F7

Tints of Blue Violet #9511F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 59.81%

R = 36.08%
G = 4.12%
B = 59.81%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9511F7 (or 0x9511F7) is known color: Blue Violet. HEX triplet: 95, 11 and F7. RGB value is (149,17,247). Sum of RGB (Red+Green+Blue) = 149+17+247=413 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.08% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 247 (96.88% from 255 or 59.81% from 413); Max value from RGB is 247 - color contains mainly: blue. Hex color #9511F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511F7 is #6AEE08. Grayscale: #515151. Windows color (decimal): -7007753 or 16191893. OLE color: 16191893.

HSL color Cylindrical-coordinate representation of color #9511F7: hue angle of 274.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9511F7 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 17 247 -
CMYK 0.40 0.93 0 0.03
HSL 274.43º 0.93% 0.52% -
HSV(B) 274.43º 0.93% 0.97% -
XYZ 29.38 13.51 89.05 -
YUV 82.69 220.73 175.3 -
System Red Green Blue C M Y K H S L
Decimal 149 17 247 0.40 0.93 0 0.03 274.43 0.93 0.52
Hex 95 11 F7 28 5D 0 3 112 5D 34
Octal 225 21 367 50 135 0 3 422 135 64
Binary 10010101 10001 11110111 101000 1011101 0 11 100010010 1011101 110100

Color Harmonies of #9511F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511F7

Black with #9511F7

Text Example


Text Example

White with #9511F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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