Html Css Color HEX #9B63ED Medium Purple

📋 copy color: '#9B63ED'

red 155 ◦ green 99 ◦ blue 237

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

Shades of Medium Purple #9B63ED

Tints of Medium Purple #9B63ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.16%

 BLUE value IS 237 (92.97% from 255) = 48.27%

R = 31.57%
G = 20.16%
B = 48.27%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B63ED (or 0x9B63ED) is known color: Medium Purple. HEX triplet: 9B, 63 and ED. RGB value is (155,99,237). Sum of RGB (Red+Green+Blue) = 155+99+237=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #9B63ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B63ED is #649C12. Grayscale: #828282. Windows color (decimal): -6593555 or 15557531. OLE color: 15557531.

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

Color convert

RGB 155 99 237 -
CMYK 0.35 0.58 0 0.07
HSL 264.35º 0.79% 0.66% -
HSV(B) 264.35º 0.58% 0.93% -
XYZ 33.27 22.01 82.62 -
YUV 131.48 187.55 144.78 -
System Red Green Blue C M Y K H S L
Decimal 155 99 237 0.35 0.58 0 0.07 264.35 0.79 0.66
Hex 9B 63 ED 23 3A 0 7 108 4F 42
Octal 233 143 355 43 72 0 7 410 117 102
Binary 10011011 1100011 11101101 100011 111010 0 111 100001000 1001111 1000010

Color Harmonies of #9B63ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B63ED

Black with #9B63ED

Text Example


Text Example

White with #9B63ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,99,237); }

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

background-color css

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

 a { background-color: rgb(155,99,237); }

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

border-color css

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

 span { border-color: rgb(155,99,237); }

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