Html Css Color HEX #9B7EF2 Medium Purple

📋 copy color: '#9B7EF2'

red 155 ◦ green 126 ◦ blue 242

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

Shades of Medium Purple #9B7EF2

Tints of Medium Purple #9B7EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.09%

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

R = 29.64%
G = 24.09%
B = 46.27%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B7EF2 (or 0x9B7EF2) is known color: Medium Purple. HEX triplet: 9B, 7E and F2. RGB value is (155,126,242). Sum of RGB (Red+Green+Blue) = 155+126+242=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 242 (94.92% from 255 or 46.27% from 523); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B7EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7EF2 is #64810D. Grayscale: #939393. Windows color (decimal): -6586638 or 15892123. OLE color: 15892123.

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

Color convert

RGB 155 126 242 -
CMYK 0.36 0.48 0 0.05
HSL 255º 0.82% 0.72% -
HSV(B) 255º 0.48% 0.95% -
XYZ 37.01 28.3 87.52 -
YUV 147.9 181.11 133.07 -
System Red Green Blue C M Y K H S L
Decimal 155 126 242 0.36 0.48 0 0.05 255 0.82 0.72
Hex 9B 7E F2 24 30 0 5 FF 52 48
Octal 233 176 362 44 60 0 5 377 122 110
Binary 10011011 1111110 11110010 100100 110000 0 101 11111111 1010010 1001000

Color Harmonies of #9B7EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7EF2

Black with #9B7EF2

Text Example


Text Example

White with #9B7EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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