Html Css Color HEX #952F8F Vivid Violet

📋 copy color: '#952F8F'

red 149 ◦ green 47 ◦ blue 143

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

Shades of Vivid Violet #952F8F

Tints of Vivid Violet #952F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 43.95%
G = 13.86%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#952F8F (or 0x952F8F) is known color: Vivid Violet. HEX triplet: 95, 2F and 8F. RGB value is (149,47,143). Sum of RGB (Red+Green+Blue) = 149+47+143=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #952F8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F8F is #6AD070. Grayscale: #585858. Windows color (decimal): -7000177 or 9383829. OLE color: 9383829.

HSL color Cylindrical-coordinate representation of color #952F8F: hue angle of 303.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F8F is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 143 -
CMYK 0 0.68 0.04 0.42
HSL 303.53º 0.52% 0.38% -
HSV(B) 303.53º 0.68% 0.58% -
XYZ 18.37 10.41 27.03 -
YUV 88.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 149 47 143 0 0.68 0.04 0.42 303.53 0.52 0.38
Hex 95 2F 8F 0 44 4 2A 130 34 26
Octal 225 57 217 0 104 4 52 460 64 46
Binary 10010101 101111 10001111 0 1000100 100 101010 100110000 110100 100110

Color Harmonies of #952F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F8F

Black with #952F8F

Text Example


Text Example

White with #952F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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