Html Css Color HEX #9866E1 Medium Purple

📋 copy color: '#9866E1'

red 152 ◦ green 102 ◦ blue 225

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

Shades of Medium Purple #9866E1

Tints of Medium Purple #9866E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 31.73%
G = 21.29%
B = 46.97%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9866E1 (or 0x9866E1) is known color: Medium Purple. HEX triplet: 98, 66 and E1. RGB value is (152,102,225). Sum of RGB (Red+Green+Blue) = 152+102+225=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #9866E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9866E1 is #67991E. Grayscale: #828282. Windows color (decimal): -6789407 or 14771864. OLE color: 14771864.

HSL color Cylindrical-coordinate representation of color #9866E1: hue angle of 264.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9866E1 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 102 225 -
CMYK 0.32 0.55 0 0.12
HSL 264.39º 0.67% 0.64% -
HSV(B) 264.39º 0.55% 0.88% -
XYZ 31.29 21.61 73.76 -
YUV 130.97 181.07 143 -
System Red Green Blue C M Y K H S L
Decimal 152 102 225 0.32 0.55 0 0.12 264.39 0.67 0.64
Hex 98 66 E1 20 37 0 C 108 43 40
Octal 230 146 341 40 67 0 14 410 103 100
Binary 10011000 1100110 11100001 100000 110111 0 1100 100001000 1000011 1000000

Color Harmonies of #9866E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9866E1

Black with #9866E1

Text Example


Text Example

White with #9866E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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