Html Css Color HEX #900078 Purple

📋 copy color: '#900078'

red 144 ◦ green 0 ◦ blue 120

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

Shades of Purple #900078

Tints of Purple #900078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 45.45%

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#900078 (or 0x900078) is known color: Purple. HEX triplet: 90, 00 and 78. RGB value is (144,0,120). Sum of RGB (Red+Green+Blue) = 144+0+120=264 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.55% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 144 - color contains mainly: red. Hex color #900078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900078 is #6FFF87. Grayscale: #383838. Windows color (decimal): -7339912 or 7864464. OLE color: 7864464.

HSL color Cylindrical-coordinate representation of color #900078: hue angle of 310º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900078 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 120 -
CMYK 0 1 0.17 0.44
HSL 310º 1% 0.28% -
HSV(B) 310º 1% 0.56% -
XYZ 14.89 7.29 18.39 -
YUV 56.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 144 0 120 0 1 0.17 0.44 310 1 0.28
Hex 90 0 78 0 64 11 2C 136 64 1C
Octal 220 0 170 0 144 21 54 466 144 34
Binary 10010000 0 1111000 0 1100100 10001 101100 100110110 1100100 11100

Color Harmonies of #900078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900078

Black with #900078

Text Example


Text Example

White with #900078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900078; }

 p { color: rgb(144,0,120); }

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

background-color css

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

 a { background-color: rgb(144,0,120); }

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

border-color css

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

 span { border-color: rgb(144,0,120); }

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