Html Css Color HEX #90067A Purple

📋 copy color: '#90067A'

red 144 ◦ green 6 ◦ blue 122

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

Shades of Purple #90067A

Tints of Purple #90067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 122 (48.05% from 255) = 44.85%

R = 52.94%
G = 2.21%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90067A (or 0x90067A) is known color: Purple. HEX triplet: 90, 06 and 7A. RGB value is (144,6,122). Sum of RGB (Red+Green+Blue) = 144+6+122=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #90067A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90067A is #6FF985. Grayscale: #3C3C3C. Windows color (decimal): -7338374 or 7997072. OLE color: 7997072.

HSL color Cylindrical-coordinate representation of color #90067A: hue angle of 309.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90067A is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 6 122 -
CMYK 0 0.96 0.15 0.44
HSL 309.57º 0.92% 0.29% -
HSV(B) 309.57º 0.96% 0.56% -
XYZ 15.08 7.46 19.06 -
YUV 60.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 144 6 122 0 0.96 0.15 0.44 309.57 0.92 0.29
Hex 90 6 7A 0 60 F 2C 136 5C 1D
Octal 220 6 172 0 140 17 54 466 134 35
Binary 10010000 110 1111010 0 1100000 1111 101100 100110110 1011100 11101

Color Harmonies of #90067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90067A

Black with #90067A

Text Example


Text Example

White with #90067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90067A; }

 p { color: rgb(144,6,122); }

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

background-color css

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

 a { background-color: rgb(144,6,122); }

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

border-color css

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

 span { border-color: rgb(144,6,122); }

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