Html Css Color HEX #9B86DF Medium Purple

📋 copy color: '#9B86DF'

red 155 ◦ green 134 ◦ blue 223

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

Shades of Medium Purple #9B86DF

Tints of Medium Purple #9B86DF

RGB

 RED value IS 155 (60.94% from 255) = 30.27%

 GREEN value IS 134 (52.73% from 255) = 26.17%

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 30.27%
G = 26.17%
B = 43.55%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B86DF (or 0x9B86DF) is known color: Medium Purple. HEX triplet: 9B, 86 and DF. RGB value is (155,134,223). Sum of RGB (Red+Green+Blue) = 155+134+223=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B86DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B86DF is #647920. Grayscale: #969696. Windows color (decimal): -6584609 or 14648987. OLE color: 14648987.

HSL color Cylindrical-coordinate representation of color #9B86DF: hue angle of 254.16º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B86DF is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 134 223 -
CMYK 0.30 0.40 0 0.13
HSL 254.16º 0.58% 0.7% -
HSV(B) 254.16º 0.4% 0.87% -
XYZ 35.36 29.35 73.61 -
YUV 150.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 155 134 223 0.30 0.40 0 0.13 254.16 0.58 0.7
Hex 9B 86 DF 1E 28 0 D FE 3A 46
Octal 233 206 337 36 50 0 15 376 72 106
Binary 10011011 10000110 11011111 11110 101000 0 1101 11111110 111010 1000110

Color Harmonies of #9B86DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B86DF

Black with #9B86DF

Text Example


Text Example

White with #9B86DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B86DF; }

 p { color: rgb(155,134,223); }

 H1.HeaderClassName
 {
   color: #9B86DF;
 }
 .AnyTagClassName
 {
   color: #9B86DF;
 }
</style>

background-color css

<style>
 a { background-color: #9B86DF; }

 a { background-color: rgb(155,134,223); }

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

border-color css

<style>
 span { border-color: #9B86DF; }

 span { border-color: rgb(155,134,223); }

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