Html Css Color HEX #9512FB Blue Violet

📋 copy color: '#9512FB'

red 149 ◦ green 18 ◦ blue 251

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

Shades of Blue Violet #9512FB

Tints of Blue Violet #9512FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.05%

R = 35.65%
G = 4.31%
B = 60.05%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9512FB (or 0x9512FB) is known color: Blue Violet. HEX triplet: 95, 12 and FB. RGB value is (149,18,251). Sum of RGB (Red+Green+Blue) = 149+18+251=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 18 (7.42% from 255 or 4.31% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #9512FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FB is #6AED04. Grayscale: #525252. Windows color (decimal): -7007493 or 16454293. OLE color: 16454293.

HSL color Cylindrical-coordinate representation of color #9512FB: hue angle of 273.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9512FB is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 18 251 -
CMYK 0.41 0.93 0 0.02
HSL 273.73º 0.97% 0.53% -
HSV(B) 273.73º 0.93% 0.98% -
XYZ 30.02 13.79 92.35 -
YUV 83.73 222.4 174.55 -
System Red Green Blue C M Y K H S L
Decimal 149 18 251 0.41 0.93 0 0.02 273.73 0.97 0.53
Hex 95 12 FB 29 5D 0 2 112 61 35
Octal 225 22 373 51 135 0 2 422 141 65
Binary 10010101 10010 11111011 101001 1011101 0 10 100010010 1100001 110101

Color Harmonies of #9512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512FB

Black with #9512FB

Text Example


Text Example

White with #9512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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