Html Css Color HEX #9C308D Dark Purple

📋 copy color: '#9C308D'

red 156 ◦ green 48 ◦ blue 141

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

Shades of Dark Purple #9C308D

Tints of Dark Purple #9C308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 45.22%
G = 13.91%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C308D (or 0x9C308D) is known color: Dark Purple. HEX triplet: 9C, 30 and 8D. RGB value is (156,48,141). Sum of RGB (Red+Green+Blue) = 156+48+141=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C308D is #63CF72. Grayscale: #5A5A5A. Windows color (decimal): -6541171 or 9253020. OLE color: 9253020.

HSL color Cylindrical-coordinate representation of color #9C308D: hue angle of 308.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C308D is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 48 141 -
CMYK 0 0.69 0.10 0.39
HSL 308.33º 0.53% 0.4% -
HSV(B) 308.33º 0.69% 0.61% -
XYZ 19.57 11.1 26.31 -
YUV 90.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 156 48 141 0 0.69 0.10 0.39 308.33 0.53 0.4
Hex 9C 30 8D 0 45 A 27 134 35 28
Octal 234 60 215 0 105 12 47 464 65 50
Binary 10011100 110000 10001101 0 1000101 1010 100111 100110100 110101 101000

Color Harmonies of #9C308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C308D

Black with #9C308D

Text Example


Text Example

White with #9C308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,48,141); }

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

background-color css

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

 a { background-color: rgb(156,48,141); }

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

border-color css

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

 span { border-color: rgb(156,48,141); }

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