Html Css Color HEX #952F9B Vivid Violet

📋 copy color: '#952F9B'

red 149 ◦ green 47 ◦ blue 155

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

Shades of Vivid Violet #952F9B

Tints of Vivid Violet #952F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.16%

R = 42.45%
G = 13.39%
B = 44.16%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#952F9B (or 0x952F9B) is known color: Vivid Violet. HEX triplet: 95, 2F and 9B. RGB value is (149,47,155). Sum of RGB (Red+Green+Blue) = 149+47+155=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #952F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F9B is #6AD064. Grayscale: #595959. Windows color (decimal): -7000165 or 10170261. OLE color: 10170261.

HSL color Cylindrical-coordinate representation of color #952F9B: hue angle of 296.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952F9B is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 47 155 -
CMYK 0.04 0.70 0 0.39
HSL 296.67º 0.53% 0.4% -
HSV(B) 296.67º 0.7% 0.61% -
XYZ 19.33 10.79 32.07 -
YUV 89.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 149 47 155 0.04 0.70 0 0.39 296.67 0.53 0.4
Hex 95 2F 9B 4 46 0 27 129 35 28
Octal 225 57 233 4 106 0 47 451 65 50
Binary 10010101 101111 10011011 100 1000110 0 100111 100101001 110101 101000

Color Harmonies of #952F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F9B

Black with #952F9B

Text Example


Text Example

White with #952F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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