Html Css Color HEX #952096 Vivid Violet

📋 copy color: '#952096'

red 149 ◦ green 32 ◦ blue 150

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

Shades of Vivid Violet #952096

Tints of Vivid Violet #952096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

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

R = 45.02%
G = 9.67%
B = 45.32%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#952096 (or 0x952096) is known color: Vivid Violet. HEX triplet: 95, 20 and 96. RGB value is (149,32,150). Sum of RGB (Red+Green+Blue) = 149+32+150=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #952096 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952096 is #6ADF69. Grayscale: #505050. Windows color (decimal): -7004010 or 9838741. OLE color: 9838741.

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

Color convert

RGB 149 32 150 -
CMYK 0.01 0.79 0 0.41
HSL 299.49º 0.65% 0.36% -
HSV(B) 299.49º 0.79% 0.59% -
XYZ 18.42 9.62 29.74 -
YUV 80.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 149 32 150 0.01 0.79 0 0.41 299.49 0.65 0.36
Hex 95 20 96 1 4F 0 29 12B 41 24
Octal 225 40 226 1 117 0 51 453 101 44
Binary 10010101 100000 10010110 1 1001111 0 101001 100101011 1000001 100100

Color Harmonies of #952096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952096

Black with #952096

Text Example


Text Example

White with #952096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952096; }

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

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

background-color css

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

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

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

border-color css

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

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

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