Html Css Color HEX #9A207F Dark Purple

📋 copy color: '#9A207F'

red 154 ◦ green 32 ◦ blue 127

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

Shades of Dark Purple #9A207F

Tints of Dark Purple #9A207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 127 (50% from 255) = 40.58%

R = 49.2%
G = 10.22%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A207F (or 0x9A207F) is known color: Dark Purple. HEX triplet: 9A, 20 and 7F. RGB value is (154,32,127). Sum of RGB (Red+Green+Blue) = 154+32+127=313 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.20% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 154 - color contains mainly: red. Hex color #9A207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A207F is #65DF80. Grayscale: #4F4F4F. Windows color (decimal): -6676353 or 8331418. OLE color: 8331418.

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

Color convert

RGB 154 32 127 -
CMYK 0 0.79 0.18 0.40
HSL 313.28º 0.66% 0.36% -
HSV(B) 313.28º 0.79% 0.6% -
XYZ 17.67 9.44 20.97 -
YUV 79.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 154 32 127 0 0.79 0.18 0.40 313.28 0.66 0.36
Hex 9A 20 7F 0 4F 12 28 139 42 24
Octal 232 40 177 0 117 22 50 471 102 44
Binary 10011010 100000 1111111 0 1001111 10010 101000 100111001 1000010 100100

Color Harmonies of #9A207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A207F

Black with #9A207F

Text Example


Text Example

White with #9A207F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,32,127); }

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

background-color css

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

 a { background-color: rgb(154,32,127); }

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

border-color css

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

 span { border-color: rgb(154,32,127); }

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