Html Css Color HEX #9012FB Blue Violet

📋 copy color: '#9012FB'

red 144 ◦ green 18 ◦ blue 251

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

Shades of Blue Violet #9012FB

Tints of Blue Violet #9012FB

RGB

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

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

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

R = 34.87%
G = 4.36%
B = 60.77%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9012FB (or 0x9012FB) is known color: Blue Violet. HEX triplet: 90, 12 and FB. RGB value is (144,18,251). Sum of RGB (Red+Green+Blue) = 144+18+251=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #9012FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9012FB is #6FED04. Grayscale: #515151. Windows color (decimal): -7335173 or 16454288. OLE color: 16454288.

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

Color convert

RGB 144 18 251 -
CMYK 0.43 0.93 0 0.02
HSL 272.45º 0.97% 0.53% -
HSV(B) 272.45º 0.93% 0.98% -
XYZ 29.13 13.33 92.3 -
YUV 82.24 223.24 172.05 -
System Red Green Blue C M Y K H S L
Decimal 144 18 251 0.43 0.93 0 0.02 272.45 0.97 0.53
Hex 90 12 FB 2B 5D 0 2 110 61 35
Octal 220 22 373 53 135 0 2 420 141 65
Binary 10010000 10010 11111011 101011 1011101 0 10 100010000 1100001 110101

Color Harmonies of #9012FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9012FB

Black with #9012FB

Text Example


Text Example

White with #9012FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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