Html Css Color HEX #963498 Vivid Violet

📋 copy color: '#963498'

red 150 ◦ green 52 ◦ blue 152

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

Shades of Vivid Violet #963498

Tints of Vivid Violet #963498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

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

R = 42.37%
G = 14.69%
B = 42.94%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#963498 (or 0x963498) is known color: Vivid Violet. HEX triplet: 96, 34 and 98. RGB value is (150,52,152). Sum of RGB (Red+Green+Blue) = 150+52+152=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #963498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963498 is #69CB67. Grayscale: #5C5C5C. Windows color (decimal): -6933352 or 9974934. OLE color: 9974934.

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

Color convert

RGB 150 52 152 -
CMYK 0.01 0.66 0 0.40
HSL 298.8º 0.49% 0.4% -
HSV(B) 298.8º 0.66% 0.6% -
XYZ 19.47 11.21 30.84 -
YUV 92.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 150 52 152 0.01 0.66 0 0.40 298.8 0.49 0.4
Hex 96 34 98 1 42 0 28 12B 31 28
Octal 226 64 230 1 102 0 50 453 61 50
Binary 10010110 110100 10011000 1 1000010 0 101000 100101011 110001 101000

Color Harmonies of #963498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963498

Black with #963498

Text Example


Text Example

White with #963498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963498; }

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

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

background-color css

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

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

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

border-color css

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

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

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