Html Css Color HEX #9A3888 Dark Purple

📋 copy color: '#9A3888'

red 154 ◦ green 56 ◦ blue 136

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

Shades of Dark Purple #9A3888

Tints of Dark Purple #9A3888

RGB

 RED value IS 154 (60.55% from 255) = 44.51%

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

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

R = 44.51%
G = 16.18%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A3888 (or 0x9A3888) is known color: Dark Purple. HEX triplet: 9A, 38 and 88. RGB value is (154,56,136). Sum of RGB (Red+Green+Blue) = 154+56+136=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3888 is #65C777. Grayscale: #5E5E5E. Windows color (decimal): -6670200 or 8927386. OLE color: 8927386.

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

Color convert

RGB 154 56 136 -
CMYK 0 0.64 0.12 0.40
HSL 311.02º 0.47% 0.41% -
HSV(B) 311.02º 0.64% 0.6% -
XYZ 19.18 11.48 24.5 -
YUV 94.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 154 56 136 0 0.64 0.12 0.40 311.02 0.47 0.41
Hex 9A 38 88 0 40 C 28 137 2F 29
Octal 232 70 210 0 100 14 50 467 57 51
Binary 10011010 111000 10001000 0 1000000 1100 101000 100110111 101111 101001

Color Harmonies of #9A3888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3888

Black with #9A3888

Text Example


Text Example

White with #9A3888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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