Html Css Color HEX #952F98 Vivid Violet

📋 copy color: '#952F98'

red 149 ◦ green 47 ◦ blue 152

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

Shades of Vivid Violet #952F98

Tints of Vivid Violet #952F98

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.51%

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

R = 42.82%
G = 13.51%
B = 43.68%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#952F98 (or 0x952F98) is known color: Vivid Violet. HEX triplet: 95, 2F and 98. RGB value is (149,47,152). Sum of RGB (Red+Green+Blue) = 149+47+152=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #952F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F98 is #6AD067. Grayscale: #595959. Windows color (decimal): -7000168 or 9973653. OLE color: 9973653.

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

Color convert

RGB 149 47 152 -
CMYK 0.02 0.69 0 0.40
HSL 298.29º 0.53% 0.39% -
HSV(B) 298.29º 0.69% 0.6% -
XYZ 19.08 10.69 30.76 -
YUV 89.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 149 47 152 0.02 0.69 0 0.40 298.29 0.53 0.39
Hex 95 2F 98 2 45 0 28 12A 35 27
Octal 225 57 230 2 105 0 50 452 65 47
Binary 10010101 101111 10011000 10 1000101 0 101000 100101010 110101 100111

Color Harmonies of #952F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F98

Black with #952F98

Text Example


Text Example

White with #952F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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