Html Css Color HEX #90368E Vivid Violet

📋 copy color: '#90368E'

red 144 ◦ green 54 ◦ blue 142

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

Shades of Vivid Violet #90368E

Tints of Vivid Violet #90368E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 142 (55.86% from 255) = 41.76%

R = 42.35%
G = 15.88%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90368E (or 0x90368E) is known color: Vivid Violet. HEX triplet: 90, 36 and 8E. RGB value is (144,54,142). Sum of RGB (Red+Green+Blue) = 144+54+142=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #90368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368E is #6FC971. Grayscale: #5A5A5A. Windows color (decimal): -7326066 or 9320080. OLE color: 9320080.

HSL color Cylindrical-coordinate representation of color #90368E: hue angle of 301.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90368E is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 54 142 -
CMYK 0 0.63 0.01 0.44
HSL 301.33º 0.45% 0.39% -
HSV(B) 301.33º 0.63% 0.56% -
XYZ 17.7 10.52 26.69 -
YUV 90.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 144 54 142 0 0.63 0.01 0.44 301.33 0.45 0.39
Hex 90 36 8E 0 3F 1 2C 12D 2D 27
Octal 220 66 216 0 77 1 54 455 55 47
Binary 10010000 110110 10001110 0 111111 1 101100 100101101 101101 100111

Color Harmonies of #90368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90368E

Black with #90368E

Text Example


Text Example

White with #90368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90368E; }

 p { color: rgb(144,54,142); }

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

background-color css

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

 a { background-color: rgb(144,54,142); }

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

border-color css

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

 span { border-color: rgb(144,54,142); }

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