Html Css Color HEX #9512FD Blue Violet

📋 copy color: '#9512FD'

red 149 ◦ green 18 ◦ blue 253

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

Shades of Blue Violet #9512FD

Tints of Blue Violet #9512FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 35.48%
G = 4.29%
B = 60.24%

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

#9512FD (or 0x9512FD) is known color: Blue Violet. HEX triplet: 95, 12 and FD. RGB value is (149,18,253). Sum of RGB (Red+Green+Blue) = 149+18+253=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #9512FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9512FD is #6AED02. Grayscale: #535353. Windows color (decimal): -7007491 or 16585365. OLE color: 16585365.

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

Color convert

RGB 149 18 253 -
CMYK 0.41 0.93 0 0.01
HSL 273.45º 0.98% 0.53% -
HSV(B) 273.45º 0.93% 0.99% -
XYZ 30.34 13.91 94.02 -
YUV 83.96 223.4 174.39 -
System Red Green Blue C M Y K H S L
Decimal 149 18 253 0.41 0.93 0 0.01 273.45 0.98 0.53
Hex 95 12 FD 29 5D 0 1 111 62 35
Octal 225 22 375 51 135 0 1 421 142 65
Binary 10010101 10010 11111101 101001 1011101 0 1 100010001 1100010 110101

Color Harmonies of #9512FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9512FD

Black with #9512FD

Text Example


Text Example

White with #9512FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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