Html Css Color HEX #9855EF Medium Purple

📋 copy color: '#9855EF'

red 152 ◦ green 85 ◦ blue 239

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

Shades of Medium Purple #9855EF

Tints of Medium Purple #9855EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 31.93%
G = 17.86%
B = 50.21%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9855EF (or 0x9855EF) is known color: Medium Purple. HEX triplet: 98, 55 and EF. RGB value is (152,85,239). Sum of RGB (Red+Green+Blue) = 152+85+239=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #9855EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9855EF is #67AA10. Grayscale: #7A7A7A. Windows color (decimal): -6793745 or 15685016. OLE color: 15685016.

HSL color Cylindrical-coordinate representation of color #9855EF: hue angle of 266.1º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9855EF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 85 239 -
CMYK 0.36 0.64 0 0.06
HSL 266.1º 0.83% 0.64% -
HSV(B) 266.1º 0.64% 0.94% -
XYZ 31.78 19.4 83.73 -
YUV 122.59 193.7 148.98 -
System Red Green Blue C M Y K H S L
Decimal 152 85 239 0.36 0.64 0 0.06 266.1 0.83 0.64
Hex 98 55 EF 24 40 0 6 10A 53 40
Octal 230 125 357 44 100 0 6 412 123 100
Binary 10011000 1010101 11101111 100100 1000000 0 110 100001010 1010011 1000000

Color Harmonies of #9855EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9855EF

Black with #9855EF

Text Example


Text Example

White with #9855EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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