Html Css Color HEX #9611FA Blue Violet

📋 copy color: '#9611FA'

red 150 ◦ green 17 ◦ blue 250

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

Shades of Blue Violet #9611FA

Tints of Blue Violet #9611FA

RGB

 RED value IS 150 (58.98% from 255) = 35.97%

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

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

R = 35.97%
G = 4.08%
B = 59.95%

CMYK

 C value IS 0.4

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9611FA (or 0x9611FA) is known color: Blue Violet. HEX triplet: 96, 11 and FA. RGB value is (150,17,250). Sum of RGB (Red+Green+Blue) = 150+17+250=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 17 (7.03% from 255 or 4.08% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #9611FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9611FA is #69EE05. Grayscale: #525252. Windows color (decimal): -6942214 or 16388502. OLE color: 16388502.

HSL color Cylindrical-coordinate representation of color #9611FA: hue angle of 274.25º 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 #9611FA is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 17 250 -
CMYK 0.4 0.93 0 0.02
HSL 274.25º 0.96% 0.52% -
HSV(B) 274.25º 0.93% 0.98% -
XYZ 30.03 13.79 91.52 -
YUV 83.33 222.06 175.55 -
System Red Green Blue C M Y K H S L
Decimal 150 17 250 0.4 0.93 0 0.02 274.25 0.96 0.52
Hex 96 11 FA 28 5D 0 2 112 60 34
Octal 226 21 372 50 135 0 2 422 140 64
Binary 10010110 10001 11111010 101000 1011101 0 10 100010010 1100000 110100

Color Harmonies of #9611FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9611FA

Black with #9611FA

Text Example


Text Example

White with #9611FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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