Html Css Color HEX #9A338C Dark Purple

📋 copy color: '#9A338C'

red 154 ◦ green 51 ◦ blue 140

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

Shades of Dark Purple #9A338C

Tints of Dark Purple #9A338C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.58%

R = 44.64%
G = 14.78%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#9A338C (or 0x9A338C) is known color: Dark Purple. HEX triplet: 9A, 33 and 8C. RGB value is (154,51,140). Sum of RGB (Red+Green+Blue) = 154+51+140=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A338C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A338C is #65CC73. Grayscale: #5B5B5B. Windows color (decimal): -6671476 or 9188250. OLE color: 9188250.

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

Color convert

RGB 154 51 140 -
CMYK 0 0.67 0.09 0.40
HSL 308.16º 0.5% 0.4% -
HSV(B) 308.16º 0.67% 0.6% -
XYZ 19.24 11.13 25.95 -
YUV 91.94 155.12 172.26 -
System Red Green Blue C M Y K H S L
Decimal 154 51 140 0 0.67 0.09 0.40 308.16 0.5 0.4
Hex 9A 33 8C 0 43 9 28 134 32 28
Octal 232 63 214 0 103 11 50 464 62 50
Binary 10011010 110011 10001100 0 1000011 1001 101000 100110100 110010 101000

Color Harmonies of #9A338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A338C

Black with #9A338C

Text Example


Text Example

White with #9A338C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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