Html Css Color HEX #963C89 Vivid Violet

📋 copy color: '#963C89'

red 150 ◦ green 60 ◦ blue 137

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

Shades of Vivid Violet #963C89

Tints of Vivid Violet #963C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.29%

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 43.23%
G = 17.29%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#963C89 (or 0x963C89) is known color: Vivid Violet. HEX triplet: 96, 3C and 89. RGB value is (150,60,137). Sum of RGB (Red+Green+Blue) = 150+60+137=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #963C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C89 is #69C376. Grayscale: #5F5F5F. Windows color (decimal): -6931319 or 8993942. OLE color: 8993942.

HSL color Cylindrical-coordinate representation of color #963C89: hue angle of 308.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C89 is Cyan = 0, Magento = 0.6, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 60 137 -
CMYK 0 0.6 0.09 0.41
HSL 308.67º 0.43% 0.41% -
HSV(B) 308.67º 0.6% 0.59% -
XYZ 18.71 11.52 24.9 -
YUV 95.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 150 60 137 0 0.6 0.09 0.41 308.67 0.43 0.41
Hex 96 3C 89 0 3C 9 29 135 2B 29
Octal 226 74 211 0 74 11 51 465 53 51
Binary 10010110 111100 10001001 0 111100 1001 101001 100110101 101011 101001

Color Harmonies of #963C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963C89

Black with #963C89

Text Example


Text Example

White with #963C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963C89; }

 p { color: rgb(150,60,137); }

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

background-color css

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

 a { background-color: rgb(150,60,137); }

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

border-color css

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

 span { border-color: rgb(150,60,137); }

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