Html Css Color HEX #9C308B Dark Purple

📋 copy color: '#9C308B'

red 156 ◦ green 48 ◦ blue 139

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

Shades of Dark Purple #9C308B

Tints of Dark Purple #9C308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 45.48%
G = 13.99%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9C308B (or 0x9C308B) is known color: Dark Purple. HEX triplet: 9C, 30 and 8B. RGB value is (156,48,139). Sum of RGB (Red+Green+Blue) = 156+48+139=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C308B is #63CF74. Grayscale: #5A5A5A. Windows color (decimal): -6541173 or 9121948. OLE color: 9121948.

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

Color convert

RGB 156 48 139 -
CMYK 0 0.69 0.11 0.39
HSL 309.44º 0.53% 0.4% -
HSV(B) 309.44º 0.69% 0.61% -
XYZ 19.43 11.05 25.53 -
YUV 90.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 156 48 139 0 0.69 0.11 0.39 309.44 0.53 0.4
Hex 9C 30 8B 0 45 B 27 135 35 28
Octal 234 60 213 0 105 13 47 465 65 50
Binary 10011100 110000 10001011 0 1000101 1011 100111 100110101 110101 101000

Color Harmonies of #9C308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C308B

Black with #9C308B

Text Example


Text Example

White with #9C308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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