Html Css Color HEX #9511FA Blue Violet

📋 copy color: '#9511FA'

red 149 ◦ green 17 ◦ blue 250

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

Shades of Blue Violet #9511FA

Tints of Blue Violet #9511FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.1%

R = 35.82%
G = 4.09%
B = 60.1%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9511FA (or 0x9511FA) is known color: Blue Violet. HEX triplet: 95, 11 and FA. RGB value is (149,17,250). Sum of RGB (Red+Green+Blue) = 149+17+250=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #9511FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9511FA is #6AEE05. Grayscale: #525252. Windows color (decimal): -7007750 or 16388501. OLE color: 16388501.

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

Color convert

RGB 149 17 250 -
CMYK 0.40 0.93 0 0.02
HSL 273.99º 0.96% 0.52% -
HSV(B) 273.99º 0.93% 0.98% -
XYZ 29.85 13.69 91.51 -
YUV 83.03 222.23 175.05 -
System Red Green Blue C M Y K H S L
Decimal 149 17 250 0.40 0.93 0 0.02 273.99 0.96 0.52
Hex 95 11 FA 28 5D 0 2 112 60 34
Octal 225 21 372 50 135 0 2 422 140 64
Binary 10010101 10001 11111010 101000 1011101 0 10 100010010 1100000 110100

Color Harmonies of #9511FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9511FA

Black with #9511FA

Text Example


Text Example

White with #9511FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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