Html Css Color HEX #9B7AF2 Medium Purple

📋 copy color: '#9B7AF2'

red 155 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #9B7AF2

Tints of Medium Purple #9B7AF2

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

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

R = 29.87%
G = 23.51%
B = 46.63%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B7AF2 (or 0x9B7AF2) is known color: Medium Purple. HEX triplet: 9B, 7A and F2. RGB value is (155,122,242). Sum of RGB (Red+Green+Blue) = 155+122+242=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B7AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7AF2 is #64850D. Grayscale: #919191. Windows color (decimal): -6587662 or 15891099. OLE color: 15891099.

HSL color Cylindrical-coordinate representation of color #9B7AF2: hue angle of 256.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B7AF2 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 122 242 -
CMYK 0.36 0.50 0 0.05
HSL 256.5º 0.82% 0.71% -
HSV(B) 256.5º 0.5% 0.95% -
XYZ 36.5 27.3 87.35 -
YUV 145.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 155 122 242 0.36 0.50 0 0.05 256.5 0.82 0.71
Hex 9B 7A F2 24 32 0 5 100 52 47
Octal 233 172 362 44 62 0 5 400 122 107
Binary 10011011 1111010 11110010 100100 110010 0 101 100000000 1010010 1000111

Color Harmonies of #9B7AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7AF2

Black with #9B7AF2

Text Example


Text Example

White with #9B7AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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