Html Css Color HEX #9B71F2 Medium Purple

📋 copy color: '#9B71F2'

red 155 ◦ green 113 ◦ blue 242

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

Shades of Medium Purple #9B71F2

Tints of Medium Purple #9B71F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.45%

R = 30.39%
G = 22.16%
B = 47.45%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B71F2 (or 0x9B71F2) is known color: Medium Purple. HEX triplet: 9B, 71 and F2. RGB value is (155,113,242). Sum of RGB (Red+Green+Blue) = 155+113+242=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B71F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B71F2 is #648E0D. Grayscale: #8B8B8B. Windows color (decimal): -6589966 or 15888795. OLE color: 15888795.

HSL color Cylindrical-coordinate representation of color #9B71F2: hue angle of 259.53º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B71F2 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 113 242 -
CMYK 0.36 0.53 0 0.05
HSL 259.53º 0.83% 0.7% -
HSV(B) 259.53º 0.53% 0.95% -
XYZ 35.45 25.19 87 -
YUV 140.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 155 113 242 0.36 0.53 0 0.05 259.53 0.83 0.7
Hex 9B 71 F2 24 35 0 5 104 53 46
Octal 233 161 362 44 65 0 5 404 123 106
Binary 10011011 1110001 11110010 100100 110101 0 101 100000100 1010011 1000110

Color Harmonies of #9B71F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B71F2

Black with #9B71F2

Text Example


Text Example

White with #9B71F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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