Html Css Color HEX #963390 Vivid Violet

📋 copy color: '#963390'

red 150 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #963390

Tints of Vivid Violet #963390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

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

R = 43.48%
G = 14.78%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#963390 (or 0x963390) is known color: Vivid Violet. HEX triplet: 96, 33 and 90. RGB value is (150,51,144). Sum of RGB (Red+Green+Blue) = 150+51+144=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #963390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963390 is #69CC6F. Grayscale: #5A5A5A. Windows color (decimal): -6933616 or 9450390. OLE color: 9450390.

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

Color convert

RGB 150 51 144 -
CMYK 0 0.66 0.04 0.41
HSL 303.64º 0.49% 0.39% -
HSV(B) 303.64º 0.66% 0.59% -
XYZ 18.8 10.87 27.49 -
YUV 91.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 150 51 144 0 0.66 0.04 0.41 303.64 0.49 0.39
Hex 96 33 90 0 42 4 29 130 31 27
Octal 226 63 220 0 102 4 51 460 61 47
Binary 10010110 110011 10010000 0 1000010 100 101001 100110000 110001 100111

Color Harmonies of #963390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963390

Black with #963390

Text Example


Text Example

White with #963390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963390; }

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

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

background-color css

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

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

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

border-color css

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

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

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