Html Css Color HEX #963290 Vivid Violet

📋 copy color: '#963290'

red 150 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #963290

Tints of Vivid Violet #963290

RGB

 RED value IS 150 (58.98% from 255) = 43.6%

 GREEN value IS 50 (19.92% from 255) = 14.53%

 BLUE value IS 144 (56.64% from 255) = 41.86%

R = 43.6%
G = 14.53%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#963290 (or 0x963290) is known color: Vivid Violet. HEX triplet: 96, 32 and 90. RGB value is (150,50,144). Sum of RGB (Red+Green+Blue) = 150+50+144=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #963290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963290 is #69CD6F. Grayscale: #5A5A5A. Windows color (decimal): -6933872 or 9450134. OLE color: 9450134.

HSL color Cylindrical-coordinate representation of color #963290: hue angle of 303.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963290 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 144 -
CMYK 0 0.67 0.04 0.41
HSL 303.6º 0.5% 0.39% -
HSV(B) 303.6º 0.67% 0.59% -
XYZ 18.75 10.78 27.48 -
YUV 90.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 150 50 144 0 0.67 0.04 0.41 303.6 0.5 0.39
Hex 96 32 90 0 43 4 29 130 32 27
Octal 226 62 220 0 103 4 51 460 62 47
Binary 10010110 110010 10010000 0 1000011 100 101001 100110000 110010 100111

Color Harmonies of #963290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963290

Black with #963290

Text Example


Text Example

White with #963290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963290; }

 p { color: rgb(150,50,144); }

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

background-color css

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

 a { background-color: rgb(150,50,144); }

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

border-color css

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

 span { border-color: rgb(150,50,144); }

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