Html Css Color HEX #9B7FF1 Medium Purple

📋 copy color: '#9B7FF1'

red 155 ◦ green 127 ◦ blue 241

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

Shades of Medium Purple #9B7FF1

Tints of Medium Purple #9B7FF1

RGB

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

 GREEN value IS 127 (50% from 255) = 24.28%

 BLUE value IS 241 (94.53% from 255) = 46.08%

R = 29.64%
G = 24.28%
B = 46.08%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B7FF1 (or 0x9B7FF1) is known color: Medium Purple. HEX triplet: 9B, 7F and F1. RGB value is (155,127,241). Sum of RGB (Red+Green+Blue) = 155+127+241=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B7FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B7FF1 is #64800E. Grayscale: #939393. Windows color (decimal): -6586383 or 15826843. OLE color: 15826843.

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

Color convert

RGB 155 127 241 -
CMYK 0.36 0.47 0 0.05
HSL 254.74º 0.8% 0.72% -
HSV(B) 254.74º 0.47% 0.95% -
XYZ 36.98 28.5 86.77 -
YUV 148.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 155 127 241 0.36 0.47 0 0.05 254.74 0.8 0.72
Hex 9B 7F F1 24 2F 0 5 FF 50 48
Octal 233 177 361 44 57 0 5 377 120 110
Binary 10011011 1111111 11110001 100100 101111 0 101 11111111 1010000 1001000

Color Harmonies of #9B7FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B7FF1

Black with #9B7FF1

Text Example


Text Example

White with #9B7FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,127,241); }

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

background-color css

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

 a { background-color: rgb(155,127,241); }

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

border-color css

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

 span { border-color: rgb(155,127,241); }

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