Html Css Color HEX #9869DD Medium Purple

📋 copy color: '#9869DD'

red 152 ◦ green 105 ◦ blue 221

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

Shades of Medium Purple #9869DD

Tints of Medium Purple #9869DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.97%

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

R = 31.8%
G = 21.97%
B = 46.23%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9869DD (or 0x9869DD) is known color: Medium Purple. HEX triplet: 98, 69 and DD. RGB value is (152,105,221). Sum of RGB (Red+Green+Blue) = 152+105+221=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #9869DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869DD is #679622. Grayscale: #838383. Windows color (decimal): -6788643 or 14510488. OLE color: 14510488.

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

Color convert

RGB 152 105 221 -
CMYK 0.31 0.52 0 0.13
HSL 264.31º 0.63% 0.64% -
HSV(B) 264.31º 0.52% 0.87% -
XYZ 31.05 22 71.02 -
YUV 132.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 152 105 221 0.31 0.52 0 0.13 264.31 0.63 0.64
Hex 98 69 DD 1F 34 0 D 108 3F 40
Octal 230 151 335 37 64 0 15 410 77 100
Binary 10011000 1101001 11011101 11111 110100 0 1101 100001000 111111 1000000

Color Harmonies of #9869DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9869DD

Black with #9869DD

Text Example


Text Example

White with #9869DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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