Html Css Color HEX #9B308E Dark Purple

📋 copy color: '#9B308E'

red 155 ◦ green 48 ◦ blue 142

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

Shades of Dark Purple #9B308E

Tints of Dark Purple #9B308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 44.93%
G = 13.91%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B308E (or 0x9B308E) is known color: Dark Purple. HEX triplet: 9B, 30 and 8E. RGB value is (155,48,142). Sum of RGB (Red+Green+Blue) = 155+48+142=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B308E is #64CF71. Grayscale: #5A5A5A. Windows color (decimal): -6606706 or 9318555. OLE color: 9318555.

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

Color convert

RGB 155 48 142 -
CMYK 0 0.69 0.08 0.39
HSL 307.29º 0.53% 0.4% -
HSV(B) 307.29º 0.69% 0.61% -
XYZ 19.46 11.04 26.7 -
YUV 90.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 155 48 142 0 0.69 0.08 0.39 307.29 0.53 0.4
Hex 9B 30 8E 0 45 8 27 133 35 28
Octal 233 60 216 0 105 10 47 463 65 50
Binary 10011011 110000 10001110 0 1000101 1000 100111 100110011 110101 101000

Color Harmonies of #9B308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B308E

Black with #9B308E

Text Example


Text Example

White with #9B308E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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