Html Css Color HEX #90379C Vivid Violet

📋 copy color: '#90379C'

red 144 ◦ green 55 ◦ blue 156

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

Shades of Vivid Violet #90379C

Tints of Vivid Violet #90379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 40.56%
G = 15.49%
B = 43.94%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#90379C (or 0x90379C) is known color: Vivid Violet. HEX triplet: 90, 37 and 9C. RGB value is (144,55,156). Sum of RGB (Red+Green+Blue) = 144+55+156=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #90379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #90379C is #6FC863. Grayscale: #5C5C5C. Windows color (decimal): -7325796 or 10237840. OLE color: 10237840.

HSL color Cylindrical-coordinate representation of color #90379C: hue angle of 292.87º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90379C is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 55 156 -
CMYK 0.08 0.65 0 0.39
HSL 292.87º 0.48% 0.41% -
HSV(B) 292.87º 0.65% 0.61% -
XYZ 18.87 11.06 32.59 -
YUV 93.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 144 55 156 0.08 0.65 0 0.39 292.87 0.48 0.41
Hex 90 37 9C 8 41 0 27 125 30 29
Octal 220 67 234 10 101 0 47 445 60 51
Binary 10010000 110111 10011100 1000 1000001 0 100111 100100101 110000 101001

Color Harmonies of #90379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90379C

Black with #90379C

Text Example


Text Example

White with #90379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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