Html Css Color HEX #953296 Vivid Violet

📋 copy color: '#953296'

red 149 ◦ green 50 ◦ blue 150

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

Shades of Vivid Violet #953296

Tints of Vivid Violet #953296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

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

R = 42.69%
G = 14.33%
B = 42.98%

CMYK

 C value IS 0.01

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#953296 (or 0x953296) is known color: Vivid Violet. HEX triplet: 95, 32 and 96. RGB value is (149,50,150). Sum of RGB (Red+Green+Blue) = 149+50+150=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #953296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953296 is #6ACD69. Grayscale: #5A5A5A. Windows color (decimal): -6999402 or 9843349. OLE color: 9843349.

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

Color convert

RGB 149 50 150 -
CMYK 0.01 0.67 0 0.41
HSL 299.4º 0.5% 0.39% -
HSV(B) 299.4º 0.67% 0.59% -
XYZ 19.04 10.87 29.95 -
YUV 91 161.3 169.37 -
System Red Green Blue C M Y K H S L
Decimal 149 50 150 0.01 0.67 0 0.41 299.4 0.5 0.39
Hex 95 32 96 1 43 0 29 12B 32 27
Octal 225 62 226 1 103 0 51 453 62 47
Binary 10010101 110010 10010110 1 1000011 0 101001 100101011 110010 100111

Color Harmonies of #953296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953296

Black with #953296

Text Example


Text Example

White with #953296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953296; }

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

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

background-color css

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

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

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

border-color css

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

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

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