Html Css Color HEX #952680 Dark Purple

📋 copy color: '#952680'

red 149 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #952680

Tints of Dark Purple #952680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 47.3%
G = 12.06%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#952680 (or 0x952680) is known color: Dark Purple. HEX triplet: 95, 26 and 80. RGB value is (149,38,128). Sum of RGB (Red+Green+Blue) = 149+38+128=315 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.30% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 149 - color contains mainly: red. Hex color #952680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952680 is #6AD97F. Grayscale: #515151. Windows color (decimal): -7002496 or 8398485. OLE color: 8398485.

HSL color Cylindrical-coordinate representation of color #952680: hue angle of 311.35º 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 #952680 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 128 -
CMYK 0 0.74 0.14 0.42
HSL 311.35º 0.59% 0.37% -
HSV(B) 311.35º 0.74% 0.58% -
XYZ 16.98 9.33 21.33 -
YUV 81.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 149 38 128 0 0.74 0.14 0.42 311.35 0.59 0.37
Hex 95 26 80 0 4A E 2A 137 3B 25
Octal 225 46 200 0 112 16 52 467 73 45
Binary 10010101 100110 10000000 0 1001010 1110 101010 100110111 111011 100101

Color Harmonies of #952680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952680

Black with #952680

Text Example


Text Example

White with #952680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952680; }

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

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

background-color css

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

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

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

border-color css

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

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

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