Html Css Color HEX #9A3388 Dark Purple

📋 copy color: '#9A3388'

red 154 ◦ green 51 ◦ blue 136

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

Shades of Dark Purple #9A3388

Tints of Dark Purple #9A3388

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.96%

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

R = 45.16%
G = 14.96%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A3388 (or 0x9A3388) is known color: Dark Purple. HEX triplet: 9A, 33 and 88. RGB value is (154,51,136). Sum of RGB (Red+Green+Blue) = 154+51+136=341 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.16% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3388 is #65CC77. Grayscale: #5B5B5B. Windows color (decimal): -6671480 or 8926106. OLE color: 8926106.

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

Color convert

RGB 154 51 136 -
CMYK 0 0.67 0.12 0.40
HSL 310.49º 0.5% 0.4% -
HSV(B) 310.49º 0.67% 0.6% -
XYZ 18.95 11.02 24.42 -
YUV 91.49 153.12 172.59 -
System Red Green Blue C M Y K H S L
Decimal 154 51 136 0 0.67 0.12 0.40 310.49 0.5 0.4
Hex 9A 33 88 0 43 C 28 136 32 28
Octal 232 63 210 0 103 14 50 466 62 50
Binary 10011010 110011 10001000 0 1000011 1100 101000 100110110 110010 101000

Color Harmonies of #9A3388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3388

Black with #9A3388

Text Example


Text Example

White with #9A3388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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