Html Css Color HEX #9855EC Medium Purple

📋 copy color: '#9855EC'

red 152 ◦ green 85 ◦ blue 236

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

Shades of Medium Purple #9855EC

Tints of Medium Purple #9855EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.97%

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 32.14%
G = 17.97%
B = 49.89%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9855EC (or 0x9855EC) is known color: Medium Purple. HEX triplet: 98, 55 and EC. RGB value is (152,85,236). Sum of RGB (Red+Green+Blue) = 152+85+236=473 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.14% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #9855EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855EC is #67AA13. Grayscale: #797979. Windows color (decimal): -6793748 or 15488408. OLE color: 15488408.

HSL color Cylindrical-coordinate representation of color #9855EC: hue angle of 266.62º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9855EC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 85 236 -
CMYK 0.36 0.64 0 0.07
HSL 266.62º 0.8% 0.63% -
HSV(B) 266.62º 0.64% 0.93% -
XYZ 31.34 19.23 81.42 -
YUV 122.25 192.2 149.22 -
System Red Green Blue C M Y K H S L
Decimal 152 85 236 0.36 0.64 0 0.07 266.62 0.8 0.63
Hex 98 55 EC 24 40 0 7 10B 50 3F
Octal 230 125 354 44 100 0 7 413 120 77
Binary 10011000 1010101 11101100 100100 1000000 0 111 100001011 1010000 111111

Color Harmonies of #9855EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855EC

Black with #9855EC

Text Example


Text Example

White with #9855EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9855EC; }

 p { color: rgb(152,85,236); }

 H1.HeaderClassName
 {
   color: #9855EC;
 }
 .AnyTagClassName
 {
   color: #9855EC;
 }
</style>

background-color css

<style>
 a { background-color: #9855EC; }

 a { background-color: rgb(152,85,236); }

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

border-color css

<style>
 span { border-color: #9855EC; }

 span { border-color: rgb(152,85,236); }

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