Html Css Color HEX #9B248A Dark Purple

📋 copy color: '#9B248A'

red 155 ◦ green 36 ◦ blue 138

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

Shades of Dark Purple #9B248A

Tints of Dark Purple #9B248A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 47.11%
G = 10.94%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#9B248A (or 0x9B248A) is known color: Dark Purple. HEX triplet: 9B, 24 and 8A. RGB value is (155,36,138). Sum of RGB (Red+Green+Blue) = 155+36+138=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B248A is #64DB75. Grayscale: #525252. Windows color (decimal): -6609782 or 9053339. OLE color: 9053339.

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

Color convert

RGB 155 36 138 -
CMYK 0 0.77 0.11 0.39
HSL 308.57º 0.62% 0.37% -
HSV(B) 308.57º 0.77% 0.61% -
XYZ 18.74 10.07 25 -
YUV 83.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 155 36 138 0 0.77 0.11 0.39 308.57 0.62 0.37
Hex 9B 24 8A 0 4D B 27 135 3E 25
Octal 233 44 212 0 115 13 47 465 76 45
Binary 10011011 100100 10001010 0 1001101 1011 100111 100110101 111110 100101

Color Harmonies of #9B248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B248A

Black with #9B248A

Text Example


Text Example

White with #9B248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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