Html Css Color HEX #963993 Vivid Violet

📋 copy color: '#963993'

red 150 ◦ green 57 ◦ blue 147

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

Shades of Vivid Violet #963993

Tints of Vivid Violet #963993

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.1%

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

R = 42.37%
G = 16.1%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#963993 (or 0x963993) is known color: Vivid Violet. HEX triplet: 96, 39 and 93. RGB value is (150,57,147). Sum of RGB (Red+Green+Blue) = 150+57+147=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #963993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963993 is #69C66C. Grayscale: #5E5E5E. Windows color (decimal): -6932077 or 9648534. OLE color: 9648534.

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

Color convert

RGB 150 57 147 -
CMYK 0 0.62 0.02 0.41
HSL 301.94º 0.45% 0.41% -
HSV(B) 301.94º 0.62% 0.59% -
XYZ 19.31 11.52 28.81 -
YUV 95.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 150 57 147 0 0.62 0.02 0.41 301.94 0.45 0.41
Hex 96 39 93 0 3E 2 29 12E 2D 29
Octal 226 71 223 0 76 2 51 456 55 51
Binary 10010110 111001 10010011 0 111110 10 101001 100101110 101101 101001

Color Harmonies of #963993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963993

Black with #963993

Text Example


Text Example

White with #963993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963993; }

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

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

background-color css

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

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

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

border-color css

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

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

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