Html Css Color HEX #9A217B Dark Purple

📋 copy color: '#9A217B'

red 154 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #9A217B

Tints of Dark Purple #9A217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 49.68%
G = 10.65%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#9A217B (or 0x9A217B) is known color: Dark Purple. HEX triplet: 9A, 21 and 7B. RGB value is (154,33,123). Sum of RGB (Red+Green+Blue) = 154+33+123=310 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.68% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 154 - color contains mainly: red. Hex color #9A217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A217B is #65DE84. Grayscale: #4F4F4F. Windows color (decimal): -6676101 or 8069530. OLE color: 8069530.

HSL color Cylindrical-coordinate representation of color #9A217B: hue angle of 315.37º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A217B is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 123 -
CMYK 0 0.79 0.20 0.40
HSL 315.37º 0.65% 0.37% -
HSV(B) 315.37º 0.79% 0.6% -
XYZ 17.45 9.39 19.63 -
YUV 79.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 154 33 123 0 0.79 0.20 0.40 315.37 0.65 0.37
Hex 9A 21 7B 0 4F 14 28 13B 41 25
Octal 232 41 173 0 117 24 50 473 101 45
Binary 10011010 100001 1111011 0 1001111 10100 101000 100111011 1000001 100101

Color Harmonies of #9A217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A217B

Black with #9A217B

Text Example


Text Example

White with #9A217B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,33,123); }

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

background-color css

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

 a { background-color: rgb(154,33,123); }

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

border-color css

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

 span { border-color: rgb(154,33,123); }

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