Html Css Color HEX #9C307F Dark Purple

📋 copy color: '#9C307F'

red 156 ◦ green 48 ◦ blue 127

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

Shades of Dark Purple #9C307F

Tints of Dark Purple #9C307F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.37%

R = 47.13%
G = 14.5%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#9C307F (or 0x9C307F) is known color: Dark Purple. HEX triplet: 9C, 30 and 7F. RGB value is (156,48,127). Sum of RGB (Red+Green+Blue) = 156+48+127=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C307F is #63CF80. Grayscale: #595959. Windows color (decimal): -6541185 or 8335516. OLE color: 8335516.

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

Color convert

RGB 156 48 127 -
CMYK 0 0.69 0.19 0.39
HSL 316.11º 0.53% 0.4% -
HSV(B) 316.11º 0.69% 0.61% -
XYZ 18.6 10.71 21.17 -
YUV 89.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 156 48 127 0 0.69 0.19 0.39 316.11 0.53 0.4
Hex 9C 30 7F 0 45 13 27 13C 35 28
Octal 234 60 177 0 105 23 47 474 65 50
Binary 10011100 110000 1111111 0 1000101 10011 100111 100111100 110101 101000

Color Harmonies of #9C307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C307F

Black with #9C307F

Text Example


Text Example

White with #9C307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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