Html Css Color HEX #9B61EE Medium Purple

📋 copy color: '#9B61EE'

red 155 ◦ green 97 ◦ blue 238

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

Shades of Medium Purple #9B61EE

Tints of Medium Purple #9B61EE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.8%

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

R = 31.63%
G = 19.8%
B = 48.57%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B61EE (or 0x9B61EE) is known color: Medium Purple. HEX triplet: 9B, 61 and EE. RGB value is (155,97,238). Sum of RGB (Red+Green+Blue) = 155+97+238=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #9B61EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B61EE is #649E11. Grayscale: #818181. Windows color (decimal): -6594066 or 15622555. OLE color: 15622555.

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

Color convert

RGB 155 97 238 -
CMYK 0.35 0.59 0 0.07
HSL 264.68º 0.81% 0.66% -
HSV(B) 264.68º 0.59% 0.93% -
XYZ 33.22 21.69 83.32 -
YUV 130.42 188.72 145.54 -
System Red Green Blue C M Y K H S L
Decimal 155 97 238 0.35 0.59 0 0.07 264.68 0.81 0.66
Hex 9B 61 EE 23 3B 0 7 109 51 42
Octal 233 141 356 43 73 0 7 411 121 102
Binary 10011011 1100001 11101110 100011 111011 0 111 100001001 1010001 1000010

Color Harmonies of #9B61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B61EE

Black with #9B61EE

Text Example


Text Example

White with #9B61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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