Html Css Color HEX #9C75DD Medium Purple

📋 copy color: '#9C75DD'

red 156 ◦ green 117 ◦ blue 221

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

Shades of Medium Purple #9C75DD

Tints of Medium Purple #9C75DD

RGB

 RED value IS 156 (61.33% from 255) = 31.58%

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

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

R = 31.58%
G = 23.68%
B = 44.74%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C75DD (or 0x9C75DD) is known color: Medium Purple. HEX triplet: 9C, 75 and DD. RGB value is (156,117,221). Sum of RGB (Red+Green+Blue) = 156+117+221=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 117 (46.09% from 255 or 23.68% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75DD is #638A22. Grayscale: #8C8C8C. Windows color (decimal): -6523427 or 14513564. OLE color: 14513564.

HSL color Cylindrical-coordinate representation of color #9C75DD: hue angle of 262.5º 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 #9C75DD is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 117 221 -
CMYK 0.29 0.47 0 0.13
HSL 262.5º 0.6% 0.66% -
HSV(B) 262.5º 0.47% 0.87% -
XYZ 33.12 25.01 71.49 -
YUV 140.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 156 117 221 0.29 0.47 0 0.13 262.5 0.6 0.66
Hex 9C 75 DD 1D 2F 0 D 106 3C 42
Octal 234 165 335 35 57 0 15 406 74 102
Binary 10011100 1110101 11011101 11101 101111 0 1101 100000110 111100 1000010

Color Harmonies of #9C75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C75DD

Black with #9C75DD

Text Example


Text Example

White with #9C75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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