Html Css Color HEX #9C168A Dark Purple

📋 copy color: '#9C168A'

red 156 ◦ green 22 ◦ blue 138

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

Shades of Dark Purple #9C168A

Tints of Dark Purple #9C168A

RGB

 RED value IS 156 (61.33% from 255) = 49.37%

 GREEN value IS 22 (8.98% from 255) = 6.96%

 BLUE value IS 138 (54.3% from 255) = 43.67%

R = 49.37%
G = 6.96%
B = 43.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C168A (or 0x9C168A) is known color: Dark Purple. HEX triplet: 9C, 16 and 8A. RGB value is (156,22,138). Sum of RGB (Red+Green+Blue) = 156+22+138=316 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.37% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 156 - color contains mainly: red. Hex color #9C168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C168A is #63E975. Grayscale: #4A4A4A. Windows color (decimal): -6547830 or 9049756. OLE color: 9049756.

HSL color Cylindrical-coordinate representation of color #9C168A: hue angle of 308.06º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C168A is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 22 138 -
CMYK 0 0.86 0.12 0.39
HSL 308.06º 0.75% 0.35% -
HSV(B) 308.06º 0.86% 0.61% -
XYZ 18.58 9.48 24.89 -
YUV 75.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 156 22 138 0 0.86 0.12 0.39 308.06 0.75 0.35
Hex 9C 16 8A 0 56 C 27 134 4B 23
Octal 234 26 212 0 126 14 47 464 113 43
Binary 10011100 10110 10001010 0 1010110 1100 100111 100110100 1001011 100011

Color Harmonies of #9C168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C168A

Black with #9C168A

Text Example


Text Example

White with #9C168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C168A; }

 p { color: rgb(156,22,138); }

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

background-color css

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

 a { background-color: rgb(156,22,138); }

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

border-color css

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

 span { border-color: rgb(156,22,138); }

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