Html Css Color HEX #9A76DF Medium Purple

📋 copy color: '#9A76DF'

red 154 ◦ green 118 ◦ blue 223

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

Shades of Medium Purple #9A76DF

Tints of Medium Purple #9A76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.84%

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 31.11%
G = 23.84%
B = 45.05%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A76DF (or 0x9A76DF) is known color: Medium Purple. HEX triplet: 9A, 76 and DF. RGB value is (154,118,223). Sum of RGB (Red+Green+Blue) = 154+118+223=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A76DF is #658920. Grayscale: #8C8C8C. Windows color (decimal): -6654241 or 14644890. OLE color: 14644890.

HSL color Cylindrical-coordinate representation of color #9A76DF: hue angle of 260.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A76DF is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 118 223 -
CMYK 0.31 0.47 0 0.13
HSL 260.57º 0.62% 0.67% -
HSV(B) 260.57º 0.47% 0.87% -
XYZ 33.12 25.15 72.92 -
YUV 140.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 154 118 223 0.31 0.47 0 0.13 260.57 0.62 0.67
Hex 9A 76 DF 1F 2F 0 D 105 3E 43
Octal 232 166 337 37 57 0 15 405 76 103
Binary 10011010 1110110 11011111 11111 101111 0 1101 100000101 111110 1000011

Color Harmonies of #9A76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A76DF

Black with #9A76DF

Text Example


Text Example

White with #9A76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,118,223); }

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

background-color css

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

 a { background-color: rgb(154,118,223); }

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

border-color css

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

 span { border-color: rgb(154,118,223); }

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