Html Css Color HEX #9B52EF Medium Purple

📋 copy color: '#9B52EF'

red 155 ◦ green 82 ◦ blue 239

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

Shades of Medium Purple #9B52EF

Tints of Medium Purple #9B52EF

RGB

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

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

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

R = 32.56%
G = 17.23%
B = 50.21%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B52EF (or 0x9B52EF) is known color: Medium Purple. HEX triplet: 9B, 52 and EF. RGB value is (155,82,239). Sum of RGB (Red+Green+Blue) = 155+82+239=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 82 (32.42% from 255 or 17.23% 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 #9B52EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B52EF is #64AD10. Grayscale: #797979. Windows color (decimal): -6597905 or 15684251. OLE color: 15684251.

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

Color convert

RGB 155 82 239 -
CMYK 0.35 0.66 0 0.06
HSL 267.9º 0.83% 0.63% -
HSV(B) 267.9º 0.66% 0.94% -
XYZ 32.11 19.24 83.68 -
YUV 121.73 194.18 151.73 -
System Red Green Blue C M Y K H S L
Decimal 155 82 239 0.35 0.66 0 0.06 267.9 0.83 0.63
Hex 9B 52 EF 23 42 0 6 10C 53 3F
Octal 233 122 357 43 102 0 6 414 123 77
Binary 10011011 1010010 11101111 100011 1000010 0 110 100001100 1010011 111111

Color Harmonies of #9B52EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B52EF

Black with #9B52EF

Text Example


Text Example

White with #9B52EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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