Html Css Color HEX #9B52EE Medium Purple

📋 copy color: '#9B52EE'

red 155 ◦ green 82 ◦ blue 238

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

Shades of Medium Purple #9B52EE

Tints of Medium Purple #9B52EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 32.63%
G = 17.26%
B = 50.11%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B52EE (or 0x9B52EE) is known color: Medium Purple. HEX triplet: 9B, 52 and EE. RGB value is (155,82,238). Sum of RGB (Red+Green+Blue) = 155+82+238=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B52EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B52EE is #64AD11. Grayscale: #797979. Windows color (decimal): -6597906 or 15618715. OLE color: 15618715.

HSL color Cylindrical-coordinate representation of color #9B52EE: hue angle of 268.08º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B52EE is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 82 238 -
CMYK 0.35 0.66 0 0.07
HSL 268.08º 0.82% 0.63% -
HSV(B) 268.08º 0.66% 0.93% -
XYZ 31.97 19.18 82.91 -
YUV 121.61 193.68 151.82 -
System Red Green Blue C M Y K H S L
Decimal 155 82 238 0.35 0.66 0 0.07 268.08 0.82 0.63
Hex 9B 52 EE 23 42 0 7 10C 52 3F
Octal 233 122 356 43 102 0 7 414 122 77
Binary 10011011 1010010 11101110 100011 1000010 0 111 100001100 1010010 111111

Color Harmonies of #9B52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52EE

Black with #9B52EE

Text Example


Text Example

White with #9B52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,82,238); }

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

background-color css

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

 a { background-color: rgb(155,82,238); }

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

border-color css

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

 span { border-color: rgb(155,82,238); }

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