Html Css Color HEX #9A3387 Dark Purple

📋 copy color: '#9A3387'

red 154 ◦ green 51 ◦ blue 135

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

Shades of Dark Purple #9A3387

Tints of Dark Purple #9A3387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.71%

R = 45.29%
G = 15%
B = 39.71%

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

#9A3387 (or 0x9A3387) is known color: Dark Purple. HEX triplet: 9A, 33 and 87. RGB value is (154,51,135). Sum of RGB (Red+Green+Blue) = 154+51+135=340 (45% of max value = 765). Red value is 154 (60.55% from 255 or 45.29% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3387 is #65CC78. Grayscale: #5B5B5B. Windows color (decimal): -6671481 or 8860570. OLE color: 8860570.

HSL color Cylindrical-coordinate representation of color #9A3387: hue angle of 311.07º 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 #9A3387 is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 51 135 -
CMYK 0 0.67 0.12 0.40
HSL 311.07º 0.5% 0.4% -
HSV(B) 311.07º 0.67% 0.6% -
XYZ 18.88 10.99 24.05 -
YUV 91.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 154 51 135 0 0.67 0.12 0.40 311.07 0.5 0.4
Hex 9A 33 87 0 43 C 28 137 32 28
Octal 232 63 207 0 103 14 50 467 62 50
Binary 10011010 110011 10000111 0 1000011 1100 101000 100110111 110010 101000

Color Harmonies of #9A3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3387

Black with #9A3387

Text Example


Text Example

White with #9A3387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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