Html Css Color HEX #9B71DE Medium Purple

📋 copy color: '#9B71DE'

red 155 ◦ green 113 ◦ blue 222

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

Shades of Medium Purple #9B71DE

Tints of Medium Purple #9B71DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.06%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 31.63%
G = 23.06%
B = 45.31%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B71DE (or 0x9B71DE) is known color: Medium Purple. HEX triplet: 9B, 71 and DE. RGB value is (155,113,222). Sum of RGB (Red+Green+Blue) = 155+113+222=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B71DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71DE is #648E21. Grayscale: #898989. Windows color (decimal): -6589986 or 14578075. OLE color: 14578075.

HSL color Cylindrical-coordinate representation of color #9B71DE: hue angle of 263.12º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9B71DE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 113 222 -
CMYK 0.30 0.49 0 0.13
HSL 263.12º 0.62% 0.66% -
HSV(B) 263.12º 0.49% 0.87% -
XYZ 32.61 24.05 72.03 -
YUV 137.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 155 113 222 0.30 0.49 0 0.13 263.12 0.62 0.66
Hex 9B 71 DE 1E 31 0 D 107 3E 42
Octal 233 161 336 36 61 0 15 407 76 102
Binary 10011011 1110001 11011110 11110 110001 0 1101 100000111 111110 1000010

Color Harmonies of #9B71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71DE

Black with #9B71DE

Text Example


Text Example

White with #9B71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,113,222); }

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

background-color css

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

 a { background-color: rgb(155,113,222); }

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

border-color css

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

 span { border-color: rgb(155,113,222); }

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