Html Css Color HEX #9875DF Medium Purple

📋 copy color: '#9875DF'

red 152 ◦ green 117 ◦ blue 223

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

Shades of Medium Purple #9875DF

Tints of Medium Purple #9875DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 30.89%
G = 23.78%
B = 45.33%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9875DF (or 0x9875DF) is known color: Medium Purple. HEX triplet: 98, 75 and DF. RGB value is (152,117,223). Sum of RGB (Red+Green+Blue) = 152+117+223=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 117 (46.09% from 255 or 23.78% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9875DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9875DF is #678A20. Grayscale: #8B8B8B. Windows color (decimal): -6785569 or 14644632. OLE color: 14644632.

HSL color Cylindrical-coordinate representation of color #9875DF: hue angle of 259.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9875DF is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 117 223 -
CMYK 0.32 0.48 0 0.13
HSL 259.81º 0.62% 0.67% -
HSV(B) 259.81º 0.48% 0.87% -
XYZ 32.63 24.73 72.86 -
YUV 139.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 152 117 223 0.32 0.48 0 0.13 259.81 0.62 0.67
Hex 98 75 DF 20 30 0 D 104 3E 43
Octal 230 165 337 40 60 0 15 404 76 103
Binary 10011000 1110101 11011111 100000 110000 0 1101 100000100 111110 1000011

Color Harmonies of #9875DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9875DF

Black with #9875DF

Text Example


Text Example

White with #9875DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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