Html Css Color HEX #9A61DF Medium Purple

📋 copy color: '#9A61DF'

red 154 ◦ green 97 ◦ blue 223

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

Shades of Medium Purple #9A61DF

Tints of Medium Purple #9A61DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.46%

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

R = 32.49%
G = 20.46%
B = 47.05%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A61DF (or 0x9A61DF) is known color: Medium Purple. HEX triplet: 9A, 61 and DF. RGB value is (154,97,223). Sum of RGB (Red+Green+Blue) = 154+97+223=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61DF is #659E20. Grayscale: #7F7F7F. Windows color (decimal): -6659617 or 14639514. OLE color: 14639514.

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

Color convert

RGB 154 97 223 -
CMYK 0.31 0.57 0 0.13
HSL 267.14º 0.66% 0.63% -
HSV(B) 267.14º 0.57% 0.87% -
XYZ 30.92 20.75 72.19 -
YUV 128.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 154 97 223 0.31 0.57 0 0.13 267.14 0.66 0.63
Hex 9A 61 DF 1F 39 0 D 10B 42 3F
Octal 232 141 337 37 71 0 15 413 102 77
Binary 10011010 1100001 11011111 11111 111001 0 1101 100001011 1000010 111111

Color Harmonies of #9A61DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A61DF

Black with #9A61DF

Text Example


Text Example

White with #9A61DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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