Html Css Color HEX #9B3888 Dark Purple

📋 copy color: '#9B3888'

red 155 ◦ green 56 ◦ blue 136

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

Shades of Dark Purple #9B3888

Tints of Dark Purple #9B3888

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.14%

 BLUE value IS 136 (53.52% from 255) = 39.19%

R = 44.67%
G = 16.14%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9B3888 (or 0x9B3888) is known color: Dark Purple. HEX triplet: 9B, 38 and 88. RGB value is (155,56,136). Sum of RGB (Red+Green+Blue) = 155+56+136=347 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.67% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B3888 is #64C777. Grayscale: #5E5E5E. Windows color (decimal): -6604664 or 8927387. OLE color: 8927387.

HSL color Cylindrical-coordinate representation of color #9B3888: hue angle of 311.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3888 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 136 -
CMYK 0 0.64 0.12 0.39
HSL 311.52º 0.47% 0.41% -
HSV(B) 311.52º 0.64% 0.61% -
XYZ 19.38 11.57 24.51 -
YUV 94.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 155 56 136 0 0.64 0.12 0.39 311.52 0.47 0.41
Hex 9B 38 88 0 40 C 27 138 2F 29
Octal 233 70 210 0 100 14 47 470 57 51
Binary 10011011 111000 10001000 0 1000000 1100 100111 100111000 101111 101001

Color Harmonies of #9B3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3888

Black with #9B3888

Text Example


Text Example

White with #9B3888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,136); }

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

background-color css

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

 a { background-color: rgb(155,56,136); }

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

border-color css

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

 span { border-color: rgb(155,56,136); }

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