Html Css Color HEX #90378A Vivid Violet

📋 copy color: '#90378A'

red 144 ◦ green 55 ◦ blue 138

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

Shades of Vivid Violet #90378A

Tints of Vivid Violet #90378A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 42.73%
G = 16.32%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90378A (or 0x90378A) is known color: Vivid Violet. HEX triplet: 90, 37 and 8A. RGB value is (144,55,138). Sum of RGB (Red+Green+Blue) = 144+55+138=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #90378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90378A is #6FC875. Grayscale: #5A5A5A. Windows color (decimal): -7325814 or 9058192. OLE color: 9058192.

HSL color Cylindrical-coordinate representation of color #90378A: hue angle of 304.04º 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 #90378A is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 55 138 -
CMYK 0 0.62 0.04 0.44
HSL 304.05º 0.45% 0.39% -
HSV(B) 304.05º 0.62% 0.56% -
XYZ 17.46 10.5 25.15 -
YUV 91.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 144 55 138 0 0.62 0.04 0.44 304.05 0.45 0.39
Hex 90 37 8A 0 3E 4 2C 130 2D 27
Octal 220 67 212 0 76 4 54 460 55 47
Binary 10010000 110111 10001010 0 111110 100 101100 100110000 101101 100111

Color Harmonies of #90378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90378A

Black with #90378A

Text Example


Text Example

White with #90378A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,55,138); }

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

background-color css

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

 a { background-color: rgb(144,55,138); }

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

border-color css

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

 span { border-color: rgb(144,55,138); }

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