Html Css Color HEX #9C3485 Dark Purple

📋 copy color: '#9C3485'

red 156 ◦ green 52 ◦ blue 133

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

Shades of Dark Purple #9C3485

Tints of Dark Purple #9C3485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 133 (52.34% from 255) = 39%

R = 45.75%
G = 15.25%
B = 39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#9C3485 (or 0x9C3485) is known color: Dark Purple. HEX triplet: 9C, 34 and 85. RGB value is (156,52,133). Sum of RGB (Red+Green+Blue) = 156+52+133=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3485 is #63CB7A. Grayscale: #5C5C5C. Windows color (decimal): -6540155 or 8729756. OLE color: 8729756.

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

Color convert

RGB 156 52 133 -
CMYK 0 0.67 0.15 0.39
HSL 313.27º 0.5% 0.41% -
HSV(B) 313.27º 0.67% 0.61% -
XYZ 19.17 11.22 23.35 -
YUV 92.33 150.96 173.41 -
System Red Green Blue C M Y K H S L
Decimal 156 52 133 0 0.67 0.15 0.39 313.27 0.5 0.41
Hex 9C 34 85 0 43 F 27 139 32 29
Octal 234 64 205 0 103 17 47 471 62 51
Binary 10011100 110100 10000101 0 1000011 1111 100111 100111001 110010 101001

Color Harmonies of #9C3485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3485

Black with #9C3485

Text Example


Text Example

White with #9C3485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,52,133); }

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

background-color css

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

 a { background-color: rgb(156,52,133); }

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

border-color css

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

 span { border-color: rgb(156,52,133); }

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