Html Css Color HEX #90388A Vivid Violet

📋 copy color: '#90388A'

red 144 ◦ green 56 ◦ blue 138

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

Shades of Vivid Violet #90388A

Tints of Vivid Violet #90388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.57%

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

R = 42.6%
G = 16.57%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#90388A (or 0x90388A) is known color: Vivid Violet. HEX triplet: 90, 38 and 8A. RGB value is (144,56,138). Sum of RGB (Red+Green+Blue) = 144+56+138=338 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.60% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 144 - color contains mainly: red. Hex color #90388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90388A is #6FC775. Grayscale: #5B5B5B. Windows color (decimal): -7325558 or 9058448. OLE color: 9058448.

HSL color Cylindrical-coordinate representation of color #90388A: hue angle of 304.09º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #90388A is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 56 138 -
CMYK 0 0.61 0.04 0.44
HSL 304.09º 0.44% 0.39% -
HSV(B) 304.09º 0.61% 0.56% -
XYZ 17.5 10.59 25.17 -
YUV 91.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 144 56 138 0 0.61 0.04 0.44 304.09 0.44 0.39
Hex 90 38 8A 0 3D 4 2C 130 2C 27
Octal 220 70 212 0 75 4 54 460 54 47
Binary 10010000 111000 10001010 0 111101 100 101100 100110000 101100 100111

Color Harmonies of #90388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90388A

Black with #90388A

Text Example


Text Example

White with #90388A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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