Html Css Color HEX #963096 Vivid Violet

📋 copy color: '#963096'

red 150 ◦ green 48 ◦ blue 150

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

Shades of Vivid Violet #963096

Tints of Vivid Violet #963096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.79%

 BLUE value IS 150 (58.98% from 255) = 43.1%

R = 43.1%
G = 13.79%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#963096 (or 0x963096) is known color: Vivid Violet. HEX triplet: 96, 30 and 96. RGB value is (150,48,150). Sum of RGB (Red+Green+Blue) = 150+48+150=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 48 (19.14% from 255 or 13.79% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #963096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963096 is #69CF69. Grayscale: #595959. Windows color (decimal): -6934378 or 9842838. OLE color: 9842838.

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

Color convert

RGB 150 48 150 -
CMYK 0 0.68 0 0.41
HSL 300º 0.52% 0.39% -
HSV(B) 300º 0.68% 0.59% -
XYZ 19.14 10.8 29.93 -
YUV 90.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 150 48 150 0 0.68 0 0.41 300 0.52 0.39
Hex 96 30 96 0 44 0 29 12C 34 27
Octal 226 60 226 0 104 0 51 454 64 47
Binary 10010110 110000 10010110 0 1000100 0 101001 100101100 110100 100111

Color Harmonies of #963096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963096

Black with #963096

Text Example


Text Example

White with #963096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963096; }

 p { color: rgb(150,48,150); }

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

background-color css

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

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

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

border-color css

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

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

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