Html Css Color HEX #961C6C Dark Purple

📋 copy color: '#961C6C'

red 150 ◦ green 28 ◦ blue 108

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

Shades of Dark Purple #961C6C

Tints of Dark Purple #961C6C

RGB

 RED value IS 150 (58.98% from 255) = 52.45%

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

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

R = 52.45%
G = 9.79%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#961C6C (or 0x961C6C) is known color: Dark Purple. HEX triplet: 96, 1C and 6C. RGB value is (150,28,108). Sum of RGB (Red+Green+Blue) = 150+28+108=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C6C is #69E393. Grayscale: #494949. Windows color (decimal): -6939540 or 7085206. OLE color: 7085206.

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

Color convert

RGB 150 28 108 -
CMYK 0 0.81 0.28 0.41
HSL 320.66º 0.69% 0.35% -
HSV(B) 320.66º 0.81% 0.59% -
XYZ 15.7 8.4 14.98 -
YUV 73.6 147.42 182.5 -
System Red Green Blue C M Y K H S L
Decimal 150 28 108 0 0.81 0.28 0.41 320.66 0.69 0.35
Hex 96 1C 6C 0 51 1C 29 141 45 23
Octal 226 34 154 0 121 34 51 501 105 43
Binary 10010110 11100 1101100 0 1010001 11100 101001 101000001 1000101 100011

Color Harmonies of #961C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C6C

Black with #961C6C

Text Example


Text Example

White with #961C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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