Html Css Color HEX #952670 Dark Purple

📋 copy color: '#952670'

red 149 ◦ green 38 ◦ blue 112

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

Shades of Dark Purple #952670

Tints of Dark Purple #952670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 49.83%
G = 12.71%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#952670 (or 0x952670) is known color: Dark Purple. HEX triplet: 95, 26 and 70. RGB value is (149,38,112). Sum of RGB (Red+Green+Blue) = 149+38+112=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #952670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952670 is #6AD98F. Grayscale: #4F4F4F. Windows color (decimal): -7002512 or 7349909. OLE color: 7349909.

HSL color Cylindrical-coordinate representation of color #952670: hue angle of 320º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952670 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 112 -
CMYK 0 0.74 0.25 0.42
HSL 320º 0.59% 0.37% -
HSV(B) 320º 0.74% 0.58% -
XYZ 16.01 8.95 16.21 -
YUV 79.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 149 38 112 0 0.74 0.25 0.42 320 0.59 0.37
Hex 95 26 70 0 4A 19 2A 140 3B 25
Octal 225 46 160 0 112 31 52 500 73 45
Binary 10010101 100110 1110000 0 1001010 11001 101010 101000000 111011 100101

Color Harmonies of #952670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952670

Black with #952670

Text Example


Text Example

White with #952670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952670; }

 p { color: rgb(149,38,112); }

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

background-color css

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

 a { background-color: rgb(149,38,112); }

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

border-color css

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

 span { border-color: rgb(149,38,112); }

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