Html Css Color HEX #9D7AF2 Medium Purple

📋 copy color: '#9D7AF2'

red 157 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #9D7AF2

Tints of Medium Purple #9D7AF2

RGB

 RED value IS 157 (61.72% from 255) = 30.13%

 GREEN value IS 122 (48.05% from 255) = 23.42%

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 30.13%
G = 23.42%
B = 46.45%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9D7AF2 (or 0x9D7AF2) is known color: Medium Purple. HEX triplet: 9D, 7A and F2. RGB value is (157,122,242). Sum of RGB (Red+Green+Blue) = 157+122+242=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #9D7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7AF2 is #62850D. Grayscale: #919191. Windows color (decimal): -6456590 or 15891101. OLE color: 15891101.

HSL color Cylindrical-coordinate representation of color #9D7AF2: hue angle of 257.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D7AF2 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 122 242 -
CMYK 0.35 0.50 0 0.05
HSL 257.5º 0.82% 0.71% -
HSV(B) 257.5º 0.5% 0.95% -
XYZ 36.89 27.5 87.37 -
YUV 146.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 157 122 242 0.35 0.50 0 0.05 257.5 0.82 0.71
Hex 9D 7A F2 23 32 0 5 102 52 47
Octal 235 172 362 43 62 0 5 402 122 107
Binary 10011101 1111010 11110010 100011 110010 0 101 100000010 1010010 1000111

Color Harmonies of #9D7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D7AF2

Black with #9D7AF2

Text Example


Text Example

White with #9D7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,122,242); }

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

background-color css

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

 a { background-color: rgb(157,122,242); }

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

border-color css

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

 span { border-color: rgb(157,122,242); }

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