Html Css Color HEX #9A75DD Medium Purple

📋 copy color: '#9A75DD'

red 154 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9A75DD

Tints of Medium Purple #9A75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.78%

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 31.3%
G = 23.78%
B = 44.92%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A75DD (or 0x9A75DD) is known color: Medium Purple. HEX triplet: 9A, 75 and DD. RGB value is (154,117,221). Sum of RGB (Red+Green+Blue) = 154+117+221=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A75DD is #658A22. Grayscale: #8B8B8B. Windows color (decimal): -6654499 or 14513562. OLE color: 14513562.

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

Color convert

RGB 154 117 221 -
CMYK 0.30 0.47 0 0.13
HSL 261.35º 0.6% 0.66% -
HSV(B) 261.35º 0.47% 0.87% -
XYZ 32.74 24.81 71.47 -
YUV 139.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 154 117 221 0.30 0.47 0 0.13 261.35 0.6 0.66
Hex 9A 75 DD 1E 2F 0 D 105 3C 42
Octal 232 165 335 36 57 0 15 405 74 102
Binary 10011010 1110101 11011101 11110 101111 0 1101 100000101 111100 1000010

Color Harmonies of #9A75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A75DD

Black with #9A75DD

Text Example


Text Example

White with #9A75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,117,221); }

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

background-color css

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

 a { background-color: rgb(154,117,221); }

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

border-color css

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

 span { border-color: rgb(154,117,221); }

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