Html Css Color HEX #90368D Vivid Violet

📋 copy color: '#90368D'

red 144 ◦ green 54 ◦ blue 141

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

Shades of Vivid Violet #90368D

Tints of Vivid Violet #90368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 41.59%

R = 42.48%
G = 15.93%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90368D (or 0x90368D) is known color: Vivid Violet. HEX triplet: 90, 36 and 8D. RGB value is (144,54,141). Sum of RGB (Red+Green+Blue) = 144+54+141=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368D is #6FC972. Grayscale: #5A5A5A. Windows color (decimal): -7326067 or 9254544. OLE color: 9254544.

HSL color Cylindrical-coordinate representation of color #90368D: hue angle of 302º 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 #90368D is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 54 141 -
CMYK 0 0.63 0.02 0.44
HSL 302º 0.45% 0.39% -
HSV(B) 302º 0.63% 0.56% -
XYZ 17.63 10.49 26.3 -
YUV 90.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 144 54 141 0 0.63 0.02 0.44 302 0.45 0.39
Hex 90 36 8D 0 3F 2 2C 12E 2D 27
Octal 220 66 215 0 77 2 54 456 55 47
Binary 10010000 110110 10001101 0 111111 10 101100 100101110 101101 100111

Color Harmonies of #90368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90368D

Black with #90368D

Text Example


Text Example

White with #90368D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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