Html Css Color HEX #9912FD Blue Violet

📋 copy color: '#9912FD'

red 153 ◦ green 18 ◦ blue 253

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

Shades of Blue Violet #9912FD

Tints of Blue Violet #9912FD

RGB

 RED value IS 153 (60.16% from 255) = 36.08%

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

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

R = 36.08%
G = 4.25%
B = 59.67%

CMYK

 C value IS 0.40

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9912FD (or 0x9912FD) is known color: Blue Violet. HEX triplet: 99, 12 and FD. RGB value is (153,18,253). Sum of RGB (Red+Green+Blue) = 153+18+253=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #9912FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9912FD is #66ED02. Grayscale: #545454. Windows color (decimal): -6745347 or 16585369. OLE color: 16585369.

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

Color convert

RGB 153 18 253 -
CMYK 0.40 0.93 0 0.01
HSL 274.47º 0.98% 0.53% -
HSV(B) 274.47º 0.93% 0.99% -
XYZ 31.08 14.3 94.05 -
YUV 85.16 222.73 176.39 -
System Red Green Blue C M Y K H S L
Decimal 153 18 253 0.40 0.93 0 0.01 274.47 0.98 0.53
Hex 99 12 FD 28 5D 0 1 112 62 35
Octal 231 22 375 50 135 0 1 422 142 65
Binary 10011001 10010 11111101 101000 1011101 0 1 100010010 1100010 110101

Color Harmonies of #9912FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9912FD

Black with #9912FD

Text Example


Text Example

White with #9912FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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