Html Css Color HEX #90429B Vivid Violet

📋 copy color: '#90429B'

red 144 ◦ green 66 ◦ blue 155

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

Shades of Vivid Violet #90429B

Tints of Vivid Violet #90429B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 39.45%
G = 18.08%
B = 42.47%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90429B (or 0x90429B) is known color: Vivid Violet. HEX triplet: 90, 42 and 9B. RGB value is (144,66,155). Sum of RGB (Red+Green+Blue) = 144+66+155=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #90429B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90429B is #6FBD64. Grayscale: #636363. Windows color (decimal): -7322981 or 10175120. OLE color: 10175120.

HSL color Cylindrical-coordinate representation of color #90429B: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90429B is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 66 155 -
CMYK 0.07 0.57 0 0.39
HSL 292.58º 0.4% 0.43% -
HSV(B) 292.58º 0.57% 0.61% -
XYZ 19.37 12.19 32.34 -
YUV 99.47 159.34 159.76 -
System Red Green Blue C M Y K H S L
Decimal 144 66 155 0.07 0.57 0 0.39 292.58 0.4 0.43
Hex 90 42 9B 7 39 0 27 125 28 2B
Octal 220 102 233 7 71 0 47 445 50 53
Binary 10010000 1000010 10011011 111 111001 0 100111 100100101 101000 101011

Color Harmonies of #90429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90429B

Black with #90429B

Text Example


Text Example

White with #90429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90429B; }

 p { color: rgb(144,66,155); }

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

background-color css

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

 a { background-color: rgb(144,66,155); }

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

border-color css

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

 span { border-color: rgb(144,66,155); }

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