Html Css Color HEX #9B248E Dark Purple

📋 copy color: '#9B248E'

red 155 ◦ green 36 ◦ blue 142

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

Shades of Dark Purple #9B248E

Tints of Dark Purple #9B248E

RGB

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

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

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

R = 46.55%
G = 10.81%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9B248E (or 0x9B248E) is known color: Dark Purple. HEX triplet: 9B, 24 and 8E. RGB value is (155,36,142). Sum of RGB (Red+Green+Blue) = 155+36+142=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B248E is #64DB71. Grayscale: #535353. Windows color (decimal): -6609778 or 9315483. OLE color: 9315483.

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

Color convert

RGB 155 36 142 -
CMYK 0 0.77 0.08 0.39
HSL 306.55º 0.62% 0.37% -
HSV(B) 306.55º 0.77% 0.61% -
XYZ 19.03 10.18 26.55 -
YUV 83.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 155 36 142 0 0.77 0.08 0.39 306.55 0.62 0.37
Hex 9B 24 8E 0 4D 8 27 133 3E 25
Octal 233 44 216 0 115 10 47 463 76 45
Binary 10011011 100100 10001110 0 1001101 1000 100111 100110011 111110 100101

Color Harmonies of #9B248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B248E

Black with #9B248E

Text Example


Text Example

White with #9B248E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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