Html Css Color HEX #9868DD Medium Purple

📋 copy color: '#9868DD'

red 152 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #9868DD

Tints of Medium Purple #9868DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

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

R = 31.87%
G = 21.8%
B = 46.33%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9868DD (or 0x9868DD) is known color: Medium Purple. HEX triplet: 98, 68 and DD. RGB value is (152,104,221). Sum of RGB (Red+Green+Blue) = 152+104+221=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #9868DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868DD is #679722. Grayscale: #838383. Windows color (decimal): -6788899 or 14510232. OLE color: 14510232.

HSL color Cylindrical-coordinate representation of color #9868DD: hue angle of 264.62º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9868DD is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 104 221 -
CMYK 0.31 0.53 0 0.13
HSL 264.62º 0.63% 0.64% -
HSV(B) 264.62º 0.53% 0.87% -
XYZ 30.95 21.8 70.98 -
YUV 131.69 178.4 142.49 -
System Red Green Blue C M Y K H S L
Decimal 152 104 221 0.31 0.53 0 0.13 264.62 0.63 0.64
Hex 98 68 DD 1F 35 0 D 109 3F 40
Octal 230 150 335 37 65 0 15 411 77 100
Binary 10011000 1101000 11011101 11111 110101 0 1101 100001001 111111 1000000

Color Harmonies of #9868DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9868DD

Black with #9868DD

Text Example


Text Example

White with #9868DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9868DD; }

 p { color: rgb(152,104,221); }

 H1.HeaderClassName
 {
   color: #9868DD;
 }
 .AnyTagClassName
 {
   color: #9868DD;
 }
</style>

background-color css

<style>
 a { background-color: #9868DD; }

 a { background-color: rgb(152,104,221); }

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

border-color css

<style>
 span { border-color: #9868DD; }

 span { border-color: rgb(152,104,221); }

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