Html Css Color HEX #953096 Vivid Violet

📋 copy color: '#953096'

red 149 ◦ green 48 ◦ blue 150

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

Shades of Vivid Violet #953096

Tints of Vivid Violet #953096

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

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

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

R = 42.94%
G = 13.83%
B = 43.23%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#953096 (or 0x953096) is known color: Vivid Violet. HEX triplet: 95, 30 and 96. RGB value is (149,48,150). Sum of RGB (Red+Green+Blue) = 149+48+150=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #953096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953096 is #6ACF69. Grayscale: #595959. Windows color (decimal): -6999914 or 9842837. OLE color: 9842837.

HSL color Cylindrical-coordinate representation of color #953096: hue angle of 299.41º 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 #953096 is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 149 48 150 -
CMYK 0.01 0.68 0 0.41
HSL 299.41º 0.52% 0.39% -
HSV(B) 299.41º 0.68% 0.59% -
XYZ 18.96 10.71 29.92 -
YUV 89.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 149 48 150 0.01 0.68 0 0.41 299.41 0.52 0.39
Hex 95 30 96 1 44 0 29 12B 34 27
Octal 225 60 226 1 104 0 51 453 64 47
Binary 10010101 110000 10010110 1 1000100 0 101001 100101011 110100 100111

Color Harmonies of #953096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953096

Black with #953096

Text Example


Text Example

White with #953096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953096; }

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

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

background-color css

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

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

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

border-color css

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

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

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