Html Css Color HEX #9A338B Dark Purple

📋 copy color: '#9A338B'

red 154 ◦ green 51 ◦ blue 139

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

Shades of Dark Purple #9A338B

Tints of Dark Purple #9A338B

RGB

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

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

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

R = 44.77%
G = 14.83%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A338B (or 0x9A338B) is known color: Dark Purple. HEX triplet: 9A, 33 and 8B. RGB value is (154,51,139). Sum of RGB (Red+Green+Blue) = 154+51+139=344 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.77% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 154 - color contains mainly: red. Hex color #9A338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A338B is #65CC74. Grayscale: #5B5B5B. Windows color (decimal): -6671477 or 9122714. OLE color: 9122714.

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

Color convert

RGB 154 51 139 -
CMYK 0 0.67 0.10 0.40
HSL 308.74º 0.5% 0.4% -
HSV(B) 308.74º 0.67% 0.6% -
XYZ 19.17 11.1 25.56 -
YUV 91.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 154 51 139 0 0.67 0.10 0.40 308.74 0.5 0.4
Hex 9A 33 8B 0 43 A 28 135 32 28
Octal 232 63 213 0 103 12 50 465 62 50
Binary 10011010 110011 10001011 0 1000011 1010 101000 100110101 110010 101000

Color Harmonies of #9A338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A338B

Black with #9A338B

Text Example


Text Example

White with #9A338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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