Html Css Color HEX #952998 Vivid Violet

📋 copy color: '#952998'

red 149 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #952998

Tints of Vivid Violet #952998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.99%

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 43.57%
G = 11.99%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#952998 (or 0x952998) is known color: Vivid Violet. HEX triplet: 95, 29 and 98. RGB value is (149,41,152). Sum of RGB (Red+Green+Blue) = 149+41+152=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #952998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952998 is #6AD667. Grayscale: #555555. Windows color (decimal): -7001704 or 9972117. OLE color: 9972117.

HSL color Cylindrical-coordinate representation of color #952998: hue angle of 298.38º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952998 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 41 152 -
CMYK 0.02 0.73 0 0.40
HSL 298.38º 0.58% 0.38% -
HSV(B) 298.38º 0.73% 0.6% -
XYZ 18.85 10.24 30.69 -
YUV 85.95 165.28 172.97 -
System Red Green Blue C M Y K H S L
Decimal 149 41 152 0.02 0.73 0 0.40 298.38 0.58 0.38
Hex 95 29 98 2 49 0 28 12A 3A 26
Octal 225 51 230 2 111 0 50 452 72 46
Binary 10010101 101001 10011000 10 1001001 0 101000 100101010 111010 100110

Color Harmonies of #952998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952998

Black with #952998

Text Example


Text Example

White with #952998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952998; }

 p { color: rgb(149,41,152); }

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

background-color css

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

 a { background-color: rgb(149,41,152); }

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

border-color css

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

 span { border-color: rgb(149,41,152); }

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