Html Css Color HEX #9512FC Blue Violet

📋 copy color: '#9512FC'

red 149 ◦ green 18 ◦ blue 252

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

Shades of Blue Violet #9512FC

Tints of Blue Violet #9512FC

RGB

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

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

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

R = 35.56%
G = 4.3%
B = 60.14%

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

#9512FC (or 0x9512FC) is known color: Blue Violet. HEX triplet: 95, 12 and FC. RGB value is (149,18,252). Sum of RGB (Red+Green+Blue) = 149+18+252=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #9512FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FC is #6AED03. Grayscale: #535353. Windows color (decimal): -7007492 or 16519829. OLE color: 16519829.

HSL color Cylindrical-coordinate representation of color #9512FC: hue angle of 273.59º 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 #9512FC is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 18 252 -
CMYK 0.41 0.93 0 0.01
HSL 273.59º 0.98% 0.53% -
HSV(B) 273.59º 0.93% 0.99% -
XYZ 30.18 13.85 93.18 -
YUV 83.85 222.9 174.47 -
System Red Green Blue C M Y K H S L
Decimal 149 18 252 0.41 0.93 0 0.01 273.59 0.98 0.53
Hex 95 12 FC 29 5D 0 1 112 62 35
Octal 225 22 374 51 135 0 1 422 142 65
Binary 10010101 10010 11111100 101001 1011101 0 1 100010010 1100010 110101

Color Harmonies of #9512FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512FC

Black with #9512FC

Text Example


Text Example

White with #9512FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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