Html Css Color HEX #9C368A Dark Purple

📋 copy color: '#9C368A'

red 156 ◦ green 54 ◦ blue 138

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

Shades of Dark Purple #9C368A

Tints of Dark Purple #9C368A

RGB

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

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

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

R = 44.83%
G = 15.52%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C368A (or 0x9C368A) is known color: Dark Purple. HEX triplet: 9C, 36 and 8A. RGB value is (156,54,138). Sum of RGB (Red+Green+Blue) = 156+54+138=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C368A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C368A is #63C975. Grayscale: #5D5D5D. Windows color (decimal): -6539638 or 9057948. OLE color: 9057948.

HSL color Cylindrical-coordinate representation of color #9C368A: hue angle of 310.59º 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 #9C368A is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 54 138 -
CMYK 0 0.65 0.12 0.39
HSL 310.59º 0.49% 0.41% -
HSV(B) 310.59º 0.65% 0.61% -
XYZ 19.62 11.54 25.24 -
YUV 94.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 156 54 138 0 0.65 0.12 0.39 310.59 0.49 0.41
Hex 9C 36 8A 0 41 C 27 137 31 29
Octal 234 66 212 0 101 14 47 467 61 51
Binary 10011100 110110 10001010 0 1000001 1100 100111 100110111 110001 101001

Color Harmonies of #9C368A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C368A

Black with #9C368A

Text Example


Text Example

White with #9C368A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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