Html Css Color HEX #9012FC Blue Violet

📋 copy color: '#9012FC'

red 144 ◦ green 18 ◦ blue 252

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

Shades of Blue Violet #9012FC

Tints of Blue Violet #9012FC

RGB

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

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

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

R = 34.78%
G = 4.35%
B = 60.87%

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

#9012FC (or 0x9012FC) is known color: Blue Violet. HEX triplet: 90, 12 and FC. RGB value is (144,18,252). Sum of RGB (Red+Green+Blue) = 144+18+252=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #9012FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9012FC is #6FED03. Grayscale: #515151. Windows color (decimal): -7335172 or 16519824. OLE color: 16519824.

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

Color convert

RGB 144 18 252 -
CMYK 0.43 0.93 0 0.01
HSL 272.31º 0.98% 0.53% -
HSV(B) 272.31º 0.93% 0.99% -
XYZ 29.29 13.39 93.14 -
YUV 82.35 223.74 171.97 -
System Red Green Blue C M Y K H S L
Decimal 144 18 252 0.43 0.93 0 0.01 272.31 0.98 0.53
Hex 90 12 FC 2B 5D 0 1 110 62 35
Octal 220 22 374 53 135 0 1 420 142 65
Binary 10010000 10010 11111100 101011 1011101 0 1 100010000 1100010 110101

Color Harmonies of #9012FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012FC

Black with #9012FC

Text Example


Text Example

White with #9012FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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