Html Css Color HEX #9512FF Blue Violet

📋 copy color: '#9512FF'

red 149 ◦ green 18 ◦ blue 255

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

Shades of Blue Violet #9512FF

Tints of Blue Violet #9512FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.27%

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

R = 35.31%
G = 4.27%
B = 60.43%

CMYK

 C value IS 0.42

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9512FF (or 0x9512FF) is known color: Blue Violet. HEX triplet: 95, 12 and FF. RGB value is (149,18,255). Sum of RGB (Red+Green+Blue) = 149+18+255=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 18 (7.42% from 255 or 4.27% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #9512FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FF is #6AED00. Grayscale: #535353. Windows color (decimal): -7007489 or 16716437. OLE color: 16716437.

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

Color convert

RGB 149 18 255 -
CMYK 0.42 0.93 0 0
HSL 273.16º 1% 0.54% -
HSV(B) 273.16º 0.93% 1% -
XYZ 30.66 14.04 95.7 -
YUV 84.19 224.4 174.23 -
System Red Green Blue C M Y K H S L
Decimal 149 18 255 0.42 0.93 0 0 273.16 1 0.54
Hex 95 12 FF 2A 5D 0 0 111 64 36
Octal 225 22 377 52 135 0 0 421 144 66
Binary 10010101 10010 11111111 101010 1011101 0 0 100010001 1100100 110110

Color Harmonies of #9512FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512FF

Black with #9512FF

Text Example


Text Example

White with #9512FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,18,255); }

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

background-color css

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

 a { background-color: rgb(149,18,255); }

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

border-color css

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

 span { border-color: rgb(149,18,255); }

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