Html Css Color HEX #900AC7 Dark Violet

📋 copy color: '#900AC7'

red 144 ◦ green 10 ◦ blue 199

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

Shades of Dark Violet #900AC7

Tints of Dark Violet #900AC7

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.83%

 BLUE value IS 199 (78.13% from 255) = 56.37%

R = 40.79%
G = 2.83%
B = 56.37%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#900AC7 (or 0x900AC7) is known color: Dark Violet. HEX triplet: 90, 0A and C7. RGB value is (144,10,199). Sum of RGB (Red+Green+Blue) = 144+10+199=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 199 (78.12% from 255 or 56.37% from 353); Max value from RGB is 199 - color contains mainly: blue. Hex color #900AC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900AC7 is #6FF538. Grayscale: #464646. Windows color (decimal): -7337273 or 13044368. OLE color: 13044368.

HSL color Cylindrical-coordinate representation of color #900AC7: hue angle of 282.54º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900AC7 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 10 199 -
CMYK 0.28 0.95 0 0.22
HSL 282.54º 0.9% 0.41% -
HSV(B) 282.54º 0.95% 0.78% -
XYZ 21.92 10.27 54.86 -
YUV 71.61 199.89 179.63 -
System Red Green Blue C M Y K H S L
Decimal 144 10 199 0.28 0.95 0 0.22 282.54 0.9 0.41
Hex 90 A C7 1C 5F 0 16 11B 5A 29
Octal 220 12 307 34 137 0 26 433 132 51
Binary 10010000 1010 11000111 11100 1011111 0 10110 100011011 1011010 101001

Color Harmonies of #900AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900AC7

Black with #900AC7

Text Example


Text Example

White with #900AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,10,199); }

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

background-color css

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

 a { background-color: rgb(144,10,199); }

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

border-color css

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

 span { border-color: rgb(144,10,199); }

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