Html Css Color HEX #963598 Vivid Violet

📋 copy color: '#963598'

red 150 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #963598

Tints of Vivid Violet #963598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 42.25%
G = 14.93%
B = 42.82%

CMYK

 C value IS 0.01

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#963598 (or 0x963598) is known color: Vivid Violet. HEX triplet: 96, 35 and 98. RGB value is (150,53,152). Sum of RGB (Red+Green+Blue) = 150+53+152=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #963598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963598 is #69CA67. Grayscale: #5C5C5C. Windows color (decimal): -6933096 or 9975190. OLE color: 9975190.

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

Color convert

RGB 150 53 152 -
CMYK 0.01 0.65 0 0.40
HSL 298.79º 0.48% 0.4% -
HSV(B) 298.79º 0.65% 0.6% -
XYZ 19.52 11.3 30.86 -
YUV 93.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 150 53 152 0.01 0.65 0 0.40 298.79 0.48 0.4
Hex 96 35 98 1 41 0 28 12B 30 28
Octal 226 65 230 1 101 0 50 453 60 50
Binary 10010110 110101 10011000 1 1000001 0 101000 100101011 110000 101000

Color Harmonies of #963598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963598

Black with #963598

Text Example


Text Example

White with #963598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963598; }

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

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

background-color css

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

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

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

border-color css

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

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

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