Html Css Color HEX #9C337B Dark Purple

📋 copy color: '#9C337B'

red 156 ◦ green 51 ◦ blue 123

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

Shades of Dark Purple #9C337B

Tints of Dark Purple #9C337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 47.27%
G = 15.45%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C337B (or 0x9C337B) is known color: Dark Purple. HEX triplet: 9C, 33 and 7B. RGB value is (156,51,123). Sum of RGB (Red+Green+Blue) = 156+51+123=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C337B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C337B is #63CC84. Grayscale: #5A5A5A. Windows color (decimal): -6540421 or 8074140. OLE color: 8074140.

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

Color convert

RGB 156 51 123 -
CMYK 0 0.67 0.21 0.39
HSL 318.86º 0.51% 0.41% -
HSV(B) 318.86º 0.67% 0.61% -
XYZ 18.47 10.87 19.86 -
YUV 90.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 156 51 123 0 0.67 0.21 0.39 318.86 0.51 0.41
Hex 9C 33 7B 0 43 15 27 13F 33 29
Octal 234 63 173 0 103 25 47 477 63 51
Binary 10011100 110011 1111011 0 1000011 10101 100111 100111111 110011 101001

Color Harmonies of #9C337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C337B

Black with #9C337B

Text Example


Text Example

White with #9C337B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,123); }

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

background-color css

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

 a { background-color: rgb(156,51,123); }

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

border-color css

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

 span { border-color: rgb(156,51,123); }

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