Html Css Color HEX #9C338C Dark Purple

📋 copy color: '#9C338C'

red 156 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #9C338C

Tints of Dark Purple #9C338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 44.96%
G = 14.7%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C338C (or 0x9C338C) is known color: Dark Purple. HEX triplet: 9C, 33 and 8C. RGB value is (156,51,140). Sum of RGB (Red+Green+Blue) = 156+51+140=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C338C is #63CC73. Grayscale: #5C5C5C. Windows color (decimal): -6540404 or 9188252. OLE color: 9188252.

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

Color convert

RGB 156 51 140 -
CMYK 0 0.67 0.10 0.39
HSL 309.14º 0.51% 0.41% -
HSV(B) 309.14º 0.67% 0.61% -
XYZ 19.63 11.33 25.96 -
YUV 92.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 156 51 140 0 0.67 0.10 0.39 309.14 0.51 0.41
Hex 9C 33 8C 0 43 A 27 135 33 29
Octal 234 63 214 0 103 12 47 465 63 51
Binary 10011100 110011 10001100 0 1000011 1010 100111 100110101 110011 101001

Color Harmonies of #9C338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C338C

Black with #9C338C

Text Example


Text Example

White with #9C338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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