Html Css Color HEX #9B308D Dark Purple

📋 copy color: '#9B308D'

red 155 ◦ green 48 ◦ blue 141

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

Shades of Dark Purple #9B308D

Tints of Dark Purple #9B308D

RGB

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

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

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

R = 45.06%
G = 13.95%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#9B308D (or 0x9B308D) is known color: Dark Purple. HEX triplet: 9B, 30 and 8D. RGB value is (155,48,141). Sum of RGB (Red+Green+Blue) = 155+48+141=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B308D is #64CF72. Grayscale: #5A5A5A. Windows color (decimal): -6606707 or 9253019. OLE color: 9253019.

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

Color convert

RGB 155 48 141 -
CMYK 0 0.69 0.09 0.39
HSL 307.85º 0.53% 0.4% -
HSV(B) 307.85º 0.69% 0.61% -
XYZ 19.38 11.01 26.3 -
YUV 90.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 155 48 141 0 0.69 0.09 0.39 307.85 0.53 0.4
Hex 9B 30 8D 0 45 9 27 134 35 28
Octal 233 60 215 0 105 11 47 464 65 50
Binary 10011011 110000 10001101 0 1000101 1001 100111 100110100 110101 101000

Color Harmonies of #9B308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B308D

Black with #9B308D

Text Example


Text Example

White with #9B308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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