Html Css Color HEX #90368C Vivid Violet

📋 copy color: '#90368C'

red 144 ◦ green 54 ◦ blue 140

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

Shades of Vivid Violet #90368C

Tints of Vivid Violet #90368C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.42%

R = 42.6%
G = 15.98%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90368C (or 0x90368C) is known color: Vivid Violet. HEX triplet: 90, 36 and 8C. RGB value is (144,54,140). Sum of RGB (Red+Green+Blue) = 144+54+140=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90368C is #6FC973. Grayscale: #5A5A5A. Windows color (decimal): -7326068 or 9189008. OLE color: 9189008.

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

Color convert

RGB 144 54 140 -
CMYK 0 0.63 0.03 0.44
HSL 302.67º 0.45% 0.39% -
HSV(B) 302.67º 0.63% 0.56% -
XYZ 17.55 10.46 25.9 -
YUV 90.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 144 54 140 0 0.63 0.03 0.44 302.67 0.45 0.39
Hex 90 36 8C 0 3F 3 2C 12F 2D 27
Octal 220 66 214 0 77 3 54 457 55 47
Binary 10010000 110110 10001100 0 111111 11 101100 100101111 101101 100111

Color Harmonies of #90368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90368C

Black with #90368C

Text Example


Text Example

White with #90368C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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