Html Css Color HEX #963593 Vivid Violet

📋 copy color: '#963593'

red 150 ◦ green 53 ◦ blue 147

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

Shades of Vivid Violet #963593

Tints of Vivid Violet #963593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

 BLUE value IS 147 (57.81% from 255) = 42%

R = 42.86%
G = 15.14%
B = 42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#963593 (or 0x963593) is known color: Vivid Violet. HEX triplet: 96, 35 and 93. RGB value is (150,53,147). Sum of RGB (Red+Green+Blue) = 150+53+147=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #963593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963593 is #69CA6C. Grayscale: #5C5C5C. Windows color (decimal): -6933101 or 9647510. OLE color: 9647510.

HSL color Cylindrical-coordinate representation of color #963593: hue angle of 301.86º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963593 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 147 -
CMYK 0 0.65 0.02 0.41
HSL 301.86º 0.48% 0.4% -
HSV(B) 301.86º 0.65% 0.59% -
XYZ 19.12 11.14 28.75 -
YUV 92.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 150 53 147 0 0.65 0.02 0.41 301.86 0.48 0.4
Hex 96 35 93 0 41 2 29 12E 30 28
Octal 226 65 223 0 101 2 51 456 60 50
Binary 10010110 110101 10010011 0 1000001 10 101001 100101110 110000 101000

Color Harmonies of #963593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963593

Black with #963593

Text Example


Text Example

White with #963593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963593; }

 p { color: rgb(150,53,147); }

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

background-color css

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

 a { background-color: rgb(150,53,147); }

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

border-color css

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

 span { border-color: rgb(150,53,147); }

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