Html Css Color HEX #951C6C Dark Purple

📋 copy color: '#951C6C'

red 149 ◦ green 28 ◦ blue 108

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

Shades of Dark Purple #951C6C

Tints of Dark Purple #951C6C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.82%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 52.28%
G = 9.82%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#951C6C (or 0x951C6C) is known color: Dark Purple. HEX triplet: 95, 1C and 6C. RGB value is (149,28,108). Sum of RGB (Red+Green+Blue) = 149+28+108=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #951C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #951C6C is #6AE393. Grayscale: #494949. Windows color (decimal): -7005076 or 7085205. OLE color: 7085205.

HSL color Cylindrical-coordinate representation of color #951C6C: hue angle of 320.33º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #951C6C is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 28 108 -
CMYK 0 0.81 0.28 0.42
HSL 320.33º 0.68% 0.35% -
HSV(B) 320.33º 0.81% 0.58% -
XYZ 15.52 8.3 14.97 -
YUV 73.3 147.59 182 -
System Red Green Blue C M Y K H S L
Decimal 149 28 108 0 0.81 0.28 0.42 320.33 0.68 0.35
Hex 95 1C 6C 0 51 1C 2A 140 44 23
Octal 225 34 154 0 121 34 52 500 104 43
Binary 10010101 11100 1101100 0 1010001 11100 101010 101000000 1000100 100011

Color Harmonies of #951C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C6C

Black with #951C6C

Text Example


Text Example

White with #951C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C6C; }

 p { color: rgb(149,28,108); }

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

background-color css

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

 a { background-color: rgb(149,28,108); }

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

border-color css

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

 span { border-color: rgb(149,28,108); }

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