Html Css Color HEX #952FA7 Vivid Violet

📋 copy color: '#952FA7'

red 149 ◦ green 47 ◦ blue 167

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

Shades of Vivid Violet #952FA7

Tints of Vivid Violet #952FA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.01%

R = 41.05%
G = 12.95%
B = 46.01%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#952FA7 (or 0x952FA7) is known color: Vivid Violet. HEX triplet: 95, 2F and A7. RGB value is (149,47,167). Sum of RGB (Red+Green+Blue) = 149+47+167=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #952FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952FA7 is #6AD058. Grayscale: #5A5A5A. Windows color (decimal): -7000153 or 10956693. OLE color: 10956693.

HSL color Cylindrical-coordinate representation of color #952FA7: hue angle of 291º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952FA7 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 47 167 -
CMYK 0.11 0.72 0 0.35
HSL 291º 0.56% 0.42% -
HSV(B) 291º 0.72% 0.65% -
XYZ 20.39 11.21 37.65 -
YUV 91.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 149 47 167 0.11 0.72 0 0.35 291 0.56 0.42
Hex 95 2F A7 B 48 0 23 123 38 2A
Octal 225 57 247 13 110 0 43 443 70 52
Binary 10010101 101111 10100111 1011 1001000 0 100011 100100011 111000 101010

Color Harmonies of #952FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952FA7

Black with #952FA7

Text Example


Text Example

White with #952FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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