Html Css Color HEX #963394 Vivid Violet

📋 copy color: '#963394'

red 150 ◦ green 51 ◦ blue 148

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

Shades of Vivid Violet #963394

Tints of Vivid Violet #963394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.41%

R = 42.98%
G = 14.61%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#963394 (or 0x963394) is known color: Vivid Violet. HEX triplet: 96, 33 and 94. RGB value is (150,51,148). Sum of RGB (Red+Green+Blue) = 150+51+148=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #963394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963394 is #69CC6B. Grayscale: #5B5B5B. Windows color (decimal): -6933612 or 9712534. OLE color: 9712534.

HSL color Cylindrical-coordinate representation of color #963394: hue angle of 301.21º 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 #963394 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 148 -
CMYK 0 0.66 0.01 0.41
HSL 301.21º 0.49% 0.39% -
HSV(B) 301.21º 0.66% 0.59% -
XYZ 19.11 10.99 29.13 -
YUV 91.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 150 51 148 0 0.66 0.01 0.41 301.21 0.49 0.39
Hex 96 33 94 0 42 1 29 12D 31 27
Octal 226 63 224 0 102 1 51 455 61 47
Binary 10010110 110011 10010100 0 1000010 1 101001 100101101 110001 100111

Color Harmonies of #963394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963394

Black with #963394

Text Example


Text Example

White with #963394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963394; }

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

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

background-color css

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

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

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

border-color css

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

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

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