Html Css Color HEX #952097 Vivid Violet

📋 copy color: '#952097'

red 149 ◦ green 32 ◦ blue 151

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

Shades of Vivid Violet #952097

Tints of Vivid Violet #952097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.48%

R = 44.88%
G = 9.64%
B = 45.48%

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

#952097 (or 0x952097) is known color: Vivid Violet. HEX triplet: 95, 20 and 97. RGB value is (149,32,151). Sum of RGB (Red+Green+Blue) = 149+32+151=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 151 - color contains mainly: blue. Hex color #952097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952097 is #6ADF68. Grayscale: #505050. Windows color (decimal): -7004009 or 9904277. OLE color: 9904277.

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

Color convert

RGB 149 32 151 -
CMYK 0.01 0.79 0 0.41
HSL 298.99º 0.65% 0.36% -
HSV(B) 298.99º 0.79% 0.59% -
XYZ 18.5 9.66 30.17 -
YUV 80.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 149 32 151 0.01 0.79 0 0.41 298.99 0.65 0.36
Hex 95 20 97 1 4F 0 29 12B 41 24
Octal 225 40 227 1 117 0 51 453 101 44
Binary 10010101 100000 10010111 1 1001111 0 101001 100101011 1000001 100100

Color Harmonies of #952097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952097

Black with #952097

Text Example


Text Example

White with #952097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952097; }

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

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

background-color css

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

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

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

border-color css

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

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

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