Html Css Color HEX #952DA3 Vivid Violet

📋 copy color: '#952DA3'

red 149 ◦ green 45 ◦ blue 163

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

Shades of Vivid Violet #952DA3

Tints of Vivid Violet #952DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.66%

R = 41.74%
G = 12.61%
B = 45.66%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#952DA3 (or 0x952DA3) is known color: Vivid Violet. HEX triplet: 95, 2D and A3. RGB value is (149,45,163). Sum of RGB (Red+Green+Blue) = 149+45+163=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 163 (64.06% from 255 or 45.66% from 357); Max value from RGB is 163 - color contains mainly: blue. Hex color #952DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DA3 is #6AD25C. Grayscale: #595959. Windows color (decimal): -7000669 or 10694037. OLE color: 10694037.

HSL color Cylindrical-coordinate representation of color #952DA3: hue angle of 292.88º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952DA3 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 45 163 -
CMYK 0.09 0.72 0 0.36
HSL 292.88º 0.57% 0.41% -
HSV(B) 292.88º 0.72% 0.64% -
XYZ 19.94 10.91 35.71 -
YUV 89.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 149 45 163 0.09 0.72 0 0.36 292.88 0.57 0.41
Hex 95 2D A3 9 48 0 24 125 39 29
Octal 225 55 243 11 110 0 44 445 71 51
Binary 10010101 101101 10100011 1001 1001000 0 100100 100100101 111001 101001

Color Harmonies of #952DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952DA3

Black with #952DA3

Text Example


Text Example

White with #952DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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