Html Css Color HEX #9B307C Dark Purple

📋 copy color: '#9B307C'

red 155 ◦ green 48 ◦ blue 124

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

Shades of Dark Purple #9B307C

Tints of Dark Purple #9B307C

RGB

 RED value IS 155 (60.94% from 255) = 47.4%

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

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 47.4%
G = 14.68%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#9B307C (or 0x9B307C) is known color: Dark Purple. HEX triplet: 9B, 30 and 7C. RGB value is (155,48,124). Sum of RGB (Red+Green+Blue) = 155+48+124=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B307C is #64CF83. Grayscale: #585858. Windows color (decimal): -6606724 or 8138907. OLE color: 8138907.

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

Color convert

RGB 155 48 124 -
CMYK 0 0.69 0.2 0.39
HSL 317.38º 0.53% 0.4% -
HSV(B) 317.38º 0.69% 0.61% -
XYZ 18.21 10.54 20.14 -
YUV 88.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 155 48 124 0 0.69 0.2 0.39 317.38 0.53 0.4
Hex 9B 30 7C 0 45 14 27 13D 35 28
Octal 233 60 174 0 105 24 47 475 65 50
Binary 10011011 110000 1111100 0 1000101 10100 100111 100111101 110101 101000

Color Harmonies of #9B307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B307C

Black with #9B307C

Text Example


Text Example

White with #9B307C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,124); }

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

background-color css

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

 a { background-color: rgb(155,48,124); }

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

border-color css

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

 span { border-color: rgb(155,48,124); }

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