Html Css Color HEX #9010FA Blue Violet

📋 copy color: '#9010FA'

red 144 ◦ green 16 ◦ blue 250

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

Shades of Blue Violet #9010FA

Tints of Blue Violet #9010FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.9%

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 35.12%
G = 3.9%
B = 60.98%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9010FA (or 0x9010FA) is known color: Blue Violet. HEX triplet: 90, 10 and FA. RGB value is (144,16,250). Sum of RGB (Red+Green+Blue) = 144+16+250=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 16 (6.64% from 255 or 3.90% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #9010FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9010FA is #6FEF05. Grayscale: #505050. Windows color (decimal): -7335686 or 16388240. OLE color: 16388240.

HSL color Cylindrical-coordinate representation of color #9010FA: hue angle of 272.82º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9010FA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 16 250 -
CMYK 0.42 0.94 0 0.02
HSL 272.82º 0.96% 0.52% -
HSV(B) 272.82º 0.94% 0.98% -
XYZ 28.94 13.2 91.47 -
YUV 80.95 223.41 172.97 -
System Red Green Blue C M Y K H S L
Decimal 144 16 250 0.42 0.94 0 0.02 272.82 0.96 0.52
Hex 90 10 FA 2A 5E 0 2 111 60 34
Octal 220 20 372 52 136 0 2 421 140 64
Binary 10010000 10000 11111010 101010 1011110 0 10 100010001 1100000 110100

Color Harmonies of #9010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9010FA

Black with #9010FA

Text Example


Text Example

White with #9010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9010FA; }

 p { color: rgb(144,16,250); }

 H1.HeaderClassName
 {
   color: #9010FA;
 }
 .AnyTagClassName
 {
   color: #9010FA;
 }
</style>

background-color css

<style>
 a { background-color: #9010FA; }

 a { background-color: rgb(144,16,250); }

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

border-color css

<style>
 span { border-color: #9010FA; }

 span { border-color: rgb(144,16,250); }

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