Html Css Color HEX #9885F0 Medium Purple

📋 copy color: '#9885F0'

red 152 ◦ green 133 ◦ blue 240

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

Shades of Medium Purple #9885F0

Tints of Medium Purple #9885F0

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.33%

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 28.95%
G = 25.33%
B = 45.71%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9885F0 (or 0x9885F0) is known color: Medium Purple. HEX triplet: 98, 85 and F0. RGB value is (152,133,240). Sum of RGB (Red+Green+Blue) = 152+133+240=525 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.95% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #9885F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9885F0 is #677A0F. Grayscale: #969696. Windows color (decimal): -6781456 or 15762840. OLE color: 15762840.

HSL color Cylindrical-coordinate representation of color #9885F0: hue angle of 250.65º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9885F0 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 133 240 -
CMYK 0.37 0.45 0 0.06
HSL 250.65º 0.78% 0.73% -
HSV(B) 250.65º 0.45% 0.94% -
XYZ 37.06 29.74 86.23 -
YUV 150.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 152 133 240 0.37 0.45 0 0.06 250.65 0.78 0.73
Hex 98 85 F0 25 2D 0 6 FB 4E 49
Octal 230 205 360 45 55 0 6 373 116 111
Binary 10011000 10000101 11110000 100101 101101 0 110 11111011 1001110 1001001

Color Harmonies of #9885F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9885F0

Black with #9885F0

Text Example


Text Example

White with #9885F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9885F0; }

 p { color: rgb(152,133,240); }

 H1.HeaderClassName
 {
   color: #9885F0;
 }
 .AnyTagClassName
 {
   color: #9885F0;
 }
</style>

background-color css

<style>
 a { background-color: #9885F0; }

 a { background-color: rgb(152,133,240); }

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

border-color css

<style>
 span { border-color: #9885F0; }

 span { border-color: rgb(152,133,240); }

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