Html Css Color HEX #90378B Vivid Violet

📋 copy color: '#90378B'

red 144 ◦ green 55 ◦ blue 139

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

Shades of Vivid Violet #90378B

Tints of Vivid Violet #90378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 42.6%
G = 16.27%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#90378B (or 0x90378B) is known color: Vivid Violet. HEX triplet: 90, 37 and 8B. RGB value is (144,55,139). Sum of RGB (Red+Green+Blue) = 144+55+139=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90378B is #6FC874. Grayscale: #5A5A5A. Windows color (decimal): -7325813 or 9123728. OLE color: 9123728.

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

Color convert

RGB 144 55 139 -
CMYK 0 0.62 0.03 0.44
HSL 303.37º 0.45% 0.39% -
HSV(B) 303.37º 0.62% 0.56% -
XYZ 17.53 10.53 25.53 -
YUV 91.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 144 55 139 0 0.62 0.03 0.44 303.37 0.45 0.39
Hex 90 37 8B 0 3E 3 2C 12F 2D 27
Octal 220 67 213 0 76 3 54 457 55 47
Binary 10010000 110111 10001011 0 111110 11 101100 100101111 101101 100111

Color Harmonies of #90378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90378B

Black with #90378B

Text Example


Text Example

White with #90378B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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