Html Css Color HEX #9C368B Dark Purple

📋 copy color: '#9C368B'

red 156 ◦ green 54 ◦ blue 139

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

Shades of Dark Purple #9C368B

Tints of Dark Purple #9C368B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.47%

 BLUE value IS 139 (54.69% from 255) = 39.83%

R = 44.7%
G = 15.47%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C368B (or 0x9C368B) is known color: Dark Purple. HEX triplet: 9C, 36 and 8B. RGB value is (156,54,139). Sum of RGB (Red+Green+Blue) = 156+54+139=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C368B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C368B is #63C974. Grayscale: #5D5D5D. Windows color (decimal): -6539637 or 9123484. OLE color: 9123484.

HSL color Cylindrical-coordinate representation of color #9C368B: hue angle of 310º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C368B is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 54 139 -
CMYK 0 0.65 0.11 0.39
HSL 310º 0.49% 0.41% -
HSV(B) 310º 0.65% 0.61% -
XYZ 19.69 11.57 25.62 -
YUV 94.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 156 54 139 0 0.65 0.11 0.39 310 0.49 0.41
Hex 9C 36 8B 0 41 B 27 136 31 29
Octal 234 66 213 0 101 13 47 466 61 51
Binary 10011100 110110 10001011 0 1000001 1011 100111 100110110 110001 101001

Color Harmonies of #9C368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C368B

Black with #9C368B

Text Example


Text Example

White with #9C368B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,54,139); }

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

background-color css

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

 a { background-color: rgb(156,54,139); }

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

border-color css

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

 span { border-color: rgb(156,54,139); }

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