Html Css Color HEX #9875D0 Medium Purple

📋 copy color: '#9875D0'

red 152 ◦ green 117 ◦ blue 208

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

Shades of Medium Purple #9875D0

Tints of Medium Purple #9875D0

RGB

 RED value IS 152 (59.77% from 255) = 31.87%

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

 BLUE value IS 208 (81.64% from 255) = 43.61%

R = 31.87%
G = 24.53%
B = 43.61%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9875D0 (or 0x9875D0) is known color: Medium Purple. HEX triplet: 98, 75 and D0. RGB value is (152,117,208). Sum of RGB (Red+Green+Blue) = 152+117+208=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #9875D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D0 is #678A2F. Grayscale: #898989. Windows color (decimal): -6785584 or 13661592. OLE color: 13661592.

HSL color Cylindrical-coordinate representation of color #9875D0: hue angle of 263.08º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9875D0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 117 208 -
CMYK 0.27 0.44 0 0.18
HSL 263.08º 0.49% 0.64% -
HSV(B) 263.08º 0.44% 0.82% -
XYZ 30.7 23.95 62.68 -
YUV 137.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 152 117 208 0.27 0.44 0 0.18 263.08 0.49 0.64
Hex 98 75 D0 1B 2C 0 12 107 31 40
Octal 230 165 320 33 54 0 22 407 61 100
Binary 10011000 1110101 11010000 11011 101100 0 10010 100000111 110001 1000000

Color Harmonies of #9875D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875D0

Black with #9875D0

Text Example


Text Example

White with #9875D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9875D0; }

 p { color: rgb(152,117,208); }

 H1.HeaderClassName
 {
   color: #9875D0;
 }
 .AnyTagClassName
 {
   color: #9875D0;
 }
</style>

background-color css

<style>
 a { background-color: #9875D0; }

 a { background-color: rgb(152,117,208); }

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

border-color css

<style>
 span { border-color: #9875D0; }

 span { border-color: rgb(152,117,208); }

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