Html Css Color HEX #9B248B Dark Purple

📋 copy color: '#9B248B'

red 155 ◦ green 36 ◦ blue 139

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

Shades of Dark Purple #9B248B

Tints of Dark Purple #9B248B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.91%

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

R = 46.97%
G = 10.91%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9B248B (or 0x9B248B) is known color: Dark Purple. HEX triplet: 9B, 24 and 8B. RGB value is (155,36,139). Sum of RGB (Red+Green+Blue) = 155+36+139=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B248B is #64DB74. Grayscale: #535353. Windows color (decimal): -6609781 or 9118875. OLE color: 9118875.

HSL color Cylindrical-coordinate representation of color #9B248B: hue angle of 308.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B248B is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 36 139 -
CMYK 0 0.77 0.10 0.39
HSL 308.07º 0.62% 0.37% -
HSV(B) 308.07º 0.77% 0.61% -
XYZ 18.81 10.09 25.38 -
YUV 83.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 155 36 139 0 0.77 0.10 0.39 308.07 0.62 0.37
Hex 9B 24 8B 0 4D A 27 134 3E 25
Octal 233 44 213 0 115 12 47 464 76 45
Binary 10011011 100100 10001011 0 1001101 1010 100111 100110100 111110 100101

Color Harmonies of #9B248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B248B

Black with #9B248B

Text Example


Text Example

White with #9B248B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,36,139); }

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

background-color css

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

 a { background-color: rgb(155,36,139); }

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

border-color css

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

 span { border-color: rgb(155,36,139); }

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