Html Css Color HEX #9B238B Dark Purple

📋 copy color: '#9B238B'

red 155 ◦ green 35 ◦ blue 139

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

Shades of Dark Purple #9B238B

Tints of Dark Purple #9B238B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.64%

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

R = 47.11%
G = 10.64%
B = 42.25%

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

#9B238B (or 0x9B238B) is known color: Dark Purple. HEX triplet: 9B, 23 and 8B. RGB value is (155,35,139). Sum of RGB (Red+Green+Blue) = 155+35+139=329 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.11% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 155 - color contains mainly: red. Hex color #9B238B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B238B is #64DC74. Grayscale: #525252. Windows color (decimal): -6610037 or 9118619. OLE color: 9118619.

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

Color convert

RGB 155 35 139 -
CMYK 0 0.77 0.10 0.39
HSL 308º 0.63% 0.37% -
HSV(B) 308º 0.77% 0.61% -
XYZ 18.78 10.03 25.37 -
YUV 82.74 159.76 179.54 -
System Red Green Blue C M Y K H S L
Decimal 155 35 139 0 0.77 0.10 0.39 308 0.63 0.37
Hex 9B 23 8B 0 4D A 27 134 3F 25
Octal 233 43 213 0 115 12 47 464 77 45
Binary 10011011 100011 10001011 0 1001101 1010 100111 100110100 111111 100101

Color Harmonies of #9B238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B238B

Black with #9B238B

Text Example


Text Example

White with #9B238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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