Html Css Color HEX #952C98 Vivid Violet

📋 copy color: '#952C98'

red 149 ◦ green 44 ◦ blue 152

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

Shades of Vivid Violet #952C98

Tints of Vivid Violet #952C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.75%

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

R = 43.19%
G = 12.75%
B = 44.06%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#952C98 (or 0x952C98) is known color: Vivid Violet. HEX triplet: 95, 2C and 98. RGB value is (149,44,152). Sum of RGB (Red+Green+Blue) = 149+44+152=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #952C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C98 is #6AD367. Grayscale: #575757. Windows color (decimal): -7000936 or 9972885. OLE color: 9972885.

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

Color convert

RGB 149 44 152 -
CMYK 0.02 0.71 0 0.40
HSL 298.33º 0.55% 0.38% -
HSV(B) 298.33º 0.71% 0.6% -
XYZ 18.96 10.46 30.72 -
YUV 87.71 164.29 171.72 -
System Red Green Blue C M Y K H S L
Decimal 149 44 152 0.02 0.71 0 0.40 298.33 0.55 0.38
Hex 95 2C 98 2 47 0 28 12A 37 26
Octal 225 54 230 2 107 0 50 452 67 46
Binary 10010101 101100 10011000 10 1000111 0 101000 100101010 110111 100110

Color Harmonies of #952C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C98

Black with #952C98

Text Example


Text Example

White with #952C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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