Html Css Color HEX #961C7B Dark Purple

📋 copy color: '#961C7B'

red 150 ◦ green 28 ◦ blue 123

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

Shades of Dark Purple #961C7B

Tints of Dark Purple #961C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.86%

R = 49.83%
G = 9.3%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#961C7B (or 0x961C7B) is known color: Dark Purple. HEX triplet: 96, 1C and 7B. RGB value is (150,28,123). Sum of RGB (Red+Green+Blue) = 150+28+123=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #961C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961C7B is #69E384. Grayscale: #4B4B4B. Windows color (decimal): -6939525 or 8068246. OLE color: 8068246.

HSL color Cylindrical-coordinate representation of color #961C7B: hue angle of 313.28º 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 #961C7B is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 28 123 -
CMYK 0 0.81 0.18 0.41
HSL 313.28º 0.69% 0.35% -
HSV(B) 313.28º 0.81% 0.59% -
XYZ 16.57 8.74 19.55 -
YUV 75.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 150 28 123 0 0.81 0.18 0.41 313.28 0.69 0.35
Hex 96 1C 7B 0 51 12 29 139 45 23
Octal 226 34 173 0 121 22 51 471 105 43
Binary 10010110 11100 1111011 0 1010001 10010 101001 100111001 1000101 100011

Color Harmonies of #961C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961C7B

Black with #961C7B

Text Example


Text Example

White with #961C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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