Html Css Color HEX #9866DE Medium Purple

📋 copy color: '#9866DE'

red 152 ◦ green 102 ◦ blue 222

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

Shades of Medium Purple #9866DE

Tints of Medium Purple #9866DE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 31.93%
G = 21.43%
B = 46.64%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9866DE (or 0x9866DE) is known color: Medium Purple. HEX triplet: 98, 66 and DE. RGB value is (152,102,222). Sum of RGB (Red+Green+Blue) = 152+102+222=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #9866DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866DE is #679921. Grayscale: #828282. Windows color (decimal): -6789410 or 14575256. OLE color: 14575256.

HSL color Cylindrical-coordinate representation of color #9866DE: hue angle of 265º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9866DE is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 102 222 -
CMYK 0.32 0.54 0 0.13
HSL 265º 0.65% 0.64% -
HSV(B) 265º 0.54% 0.87% -
XYZ 30.89 21.45 71.62 -
YUV 130.63 179.57 143.24 -
System Red Green Blue C M Y K H S L
Decimal 152 102 222 0.32 0.54 0 0.13 265 0.65 0.64
Hex 98 66 DE 20 36 0 D 109 41 40
Octal 230 146 336 40 66 0 15 411 101 100
Binary 10011000 1100110 11011110 100000 110110 0 1101 100001001 1000001 1000000

Color Harmonies of #9866DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866DE

Black with #9866DE

Text Example


Text Example

White with #9866DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9866DE; }

 p { color: rgb(152,102,222); }

 H1.HeaderClassName
 {
   color: #9866DE;
 }
 .AnyTagClassName
 {
   color: #9866DE;
 }
</style>

background-color css

<style>
 a { background-color: #9866DE; }

 a { background-color: rgb(152,102,222); }

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

border-color css

<style>
 span { border-color: #9866DE; }

 span { border-color: rgb(152,102,222); }

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