Html Css Color HEX #952D9F Vivid Violet

📋 copy color: '#952D9F'

red 149 ◦ green 45 ◦ blue 159

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

Shades of Vivid Violet #952D9F

Tints of Vivid Violet #952D9F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.75%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 42.21%
G = 12.75%
B = 45.04%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#952D9F (or 0x952D9F) is known color: Vivid Violet. HEX triplet: 95, 2D and 9F. RGB value is (149,45,159). Sum of RGB (Red+Green+Blue) = 149+45+159=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #952D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D9F is #6AD260. Grayscale: #585858. Windows color (decimal): -7000673 or 10431893. OLE color: 10431893.

HSL color Cylindrical-coordinate representation of color #952D9F: hue angle of 294.74º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952D9F is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 45 159 -
CMYK 0.06 0.72 0 0.38
HSL 294.74º 0.56% 0.4% -
HSV(B) 294.74º 0.72% 0.62% -
XYZ 19.59 10.77 33.85 -
YUV 89.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 149 45 159 0.06 0.72 0 0.38 294.74 0.56 0.4
Hex 95 2D 9F 6 48 0 26 127 38 28
Octal 225 55 237 6 110 0 46 447 70 50
Binary 10010101 101101 10011111 110 1001000 0 100110 100100111 111000 101000

Color Harmonies of #952D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D9F

Black with #952D9F

Text Example


Text Example

White with #952D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,45,159); }

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

background-color css

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

 a { background-color: rgb(149,45,159); }

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

border-color css

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

 span { border-color: rgb(149,45,159); }

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