Html Css Color HEX #9B5CF7 Medium Purple

📋 copy color: '#9B5CF7'

red 155 ◦ green 92 ◦ blue 247

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

Shades of Medium Purple #9B5CF7

Tints of Medium Purple #9B5CF7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.62%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 31.38%
G = 18.62%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9B5CF7 (or 0x9B5CF7) is known color: Medium Purple. HEX triplet: 9B, 5C and F7. RGB value is (155,92,247). Sum of RGB (Red+Green+Blue) = 155+92+247=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #9B5CF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CF7 is #64A308. Grayscale: #7F7F7F. Windows color (decimal): -6595337 or 16211099. OLE color: 16211099.

HSL color Cylindrical-coordinate representation of color #9B5CF7: hue angle of 264.39º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5CF7 is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 155 92 247 -
CMYK 0.37 0.63 0 0.03
HSL 264.39º 0.91% 0.66% -
HSV(B) 264.39º 0.63% 0.97% -
XYZ 34.13 21.34 90.32 -
YUV 128.51 194.87 146.9 -
System Red Green Blue C M Y K H S L
Decimal 155 92 247 0.37 0.63 0 0.03 264.39 0.91 0.66
Hex 9B 5C F7 25 3F 0 3 108 5B 42
Octal 233 134 367 45 77 0 3 410 133 102
Binary 10011011 1011100 11110111 100101 111111 0 11 100001000 1011011 1000010

Color Harmonies of #9B5CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CF7

Black with #9B5CF7

Text Example


Text Example

White with #9B5CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,92,247); }

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

background-color css

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

 a { background-color: rgb(155,92,247); }

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

border-color css

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

 span { border-color: rgb(155,92,247); }

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