Html Css Color HEX #952F90 Vivid Violet

📋 copy color: '#952F90'

red 149 ◦ green 47 ◦ blue 144

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

Shades of Vivid Violet #952F90

Tints of Vivid Violet #952F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 43.82%
G = 13.82%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#952F90 (or 0x952F90) is known color: Vivid Violet. HEX triplet: 95, 2F and 90. RGB value is (149,47,144). Sum of RGB (Red+Green+Blue) = 149+47+144=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #952F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F90 is #6AD06F. Grayscale: #585858. Windows color (decimal): -7000176 or 9449365. OLE color: 9449365.

HSL color Cylindrical-coordinate representation of color #952F90: hue angle of 302.94º 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 #952F90 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 47 144 -
CMYK 0 0.68 0.03 0.42
HSL 302.94º 0.52% 0.38% -
HSV(B) 302.94º 0.68% 0.58% -
XYZ 18.44 10.44 27.43 -
YUV 88.56 159.29 171.11 -
System Red Green Blue C M Y K H S L
Decimal 149 47 144 0 0.68 0.03 0.42 302.94 0.52 0.38
Hex 95 2F 90 0 44 3 2A 12F 34 26
Octal 225 57 220 0 104 3 52 457 64 46
Binary 10010101 101111 10010000 0 1000100 11 101010 100101111 110100 100110

Color Harmonies of #952F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F90

Black with #952F90

Text Example


Text Example

White with #952F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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