Html Css Color HEX #900CF9 Blue Violet

📋 copy color: '#900CF9'

red 144 ◦ green 12 ◦ blue 249

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

Shades of Blue Violet #900CF9

Tints of Blue Violet #900CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.96%

 BLUE value IS 249 (97.66% from 255) = 61.48%

R = 35.56%
G = 2.96%
B = 61.48%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#900CF9 (or 0x900CF9) is known color: Blue Violet. HEX triplet: 90, 0C and F9. RGB value is (144,12,249). Sum of RGB (Red+Green+Blue) = 144+12+249=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 12 (5.08% from 255 or 2.96% from 405); Blue value is 249 (97.66% from 255 or 61.48% from 405); Max value from RGB is 249 - color contains mainly: blue. Hex color #900CF9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900CF9 is #6FF306. Grayscale: #4D4D4D. Windows color (decimal): -7336711 or 16321680. OLE color: 16321680.

HSL color Cylindrical-coordinate representation of color #900CF9: hue angle of 273.42º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900CF9 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 12 249 -
CMYK 0.42 0.95 0 0.02
HSL 273.42º 0.95% 0.51% -
HSV(B) 273.42º 0.95% 0.98% -
XYZ 28.73 13.03 90.62 -
YUV 78.49 224.23 174.73 -
System Red Green Blue C M Y K H S L
Decimal 144 12 249 0.42 0.95 0 0.02 273.42 0.95 0.51
Hex 90 C F9 2A 5F 0 2 111 5F 33
Octal 220 14 371 52 137 0 2 421 137 63
Binary 10010000 1100 11111001 101010 1011111 0 10 100010001 1011111 110011

Color Harmonies of #900CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900CF9

Black with #900CF9

Text Example


Text Example

White with #900CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900CF9; }

 p { color: rgb(144,12,249); }

 H1.HeaderClassName
 {
   color: #900CF9;
 }
 .AnyTagClassName
 {
   color: #900CF9;
 }
</style>

background-color css

<style>
 a { background-color: #900CF9; }

 a { background-color: rgb(144,12,249); }

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

border-color css

<style>
 span { border-color: #900CF9; }

 span { border-color: rgb(144,12,249); }

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