Html Css Color HEX #9875D2 Medium Purple

📋 copy color: '#9875D2'

red 152 ◦ green 117 ◦ blue 210

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

Shades of Medium Purple #9875D2

Tints of Medium Purple #9875D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.84%

R = 31.73%
G = 24.43%
B = 43.84%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9875D2 (or 0x9875D2) is known color: Medium Purple. HEX triplet: 98, 75 and D2. RGB value is (152,117,210). Sum of RGB (Red+Green+Blue) = 152+117+210=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 210 - color contains mainly: blue. Hex color #9875D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875D2 is #678A2D. Grayscale: #898989. Windows color (decimal): -6785582 or 13792664. OLE color: 13792664.

HSL color Cylindrical-coordinate representation of color #9875D2: hue angle of 262.58º degrees, saturation: 0.51, 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 #9875D2 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 152 117 210 -
CMYK 0.28 0.44 0 0.18
HSL 262.58º 0.51% 0.64% -
HSV(B) 262.58º 0.44% 0.82% -
XYZ 30.94 24.05 63.98 -
YUV 138.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 152 117 210 0.28 0.44 0 0.18 262.58 0.51 0.64
Hex 98 75 D2 1C 2C 0 12 107 33 40
Octal 230 165 322 34 54 0 22 407 63 100
Binary 10011000 1110101 11010010 11100 101100 0 10010 100000111 110011 1000000

Color Harmonies of #9875D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875D2

Black with #9875D2

Text Example


Text Example

White with #9875D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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