Html Css Color HEX #9012FD Blue Violet

📋 copy color: '#9012FD'

red 144 ◦ green 18 ◦ blue 253

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

Shades of Blue Violet #9012FD

Tints of Blue Violet #9012FD

RGB

 RED value IS 144 (56.64% from 255) = 34.7%

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

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

R = 34.7%
G = 4.34%
B = 60.96%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9012FD (or 0x9012FD) is known color: Blue Violet. HEX triplet: 90, 12 and FD. RGB value is (144,18,253). Sum of RGB (Red+Green+Blue) = 144+18+253=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #9012FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9012FD is #6FED02. Grayscale: #515151. Windows color (decimal): -7335171 or 16585360. OLE color: 16585360.

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

Color convert

RGB 144 18 253 -
CMYK 0.43 0.93 0 0.01
HSL 272.17º 0.98% 0.53% -
HSV(B) 272.17º 0.93% 0.99% -
XYZ 29.45 13.45 93.97 -
YUV 82.46 224.24 171.89 -
System Red Green Blue C M Y K H S L
Decimal 144 18 253 0.43 0.93 0 0.01 272.17 0.98 0.53
Hex 90 12 FD 2B 5D 0 1 110 62 35
Octal 220 22 375 53 135 0 1 420 142 65
Binary 10010000 10010 11111101 101011 1011101 0 1 100010000 1100010 110101

Color Harmonies of #9012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012FD

Black with #9012FD

Text Example


Text Example

White with #9012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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