Html Css Color HEX #9B5CF2 Medium Purple

📋 copy color: '#9B5CF2'

red 155 ◦ green 92 ◦ blue 242

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

Shades of Medium Purple #9B5CF2

Tints of Medium Purple #9B5CF2

RGB

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

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

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

R = 31.7%
G = 18.81%
B = 49.49%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9B5CF2 (or 0x9B5CF2) is known color: Medium Purple. HEX triplet: 9B, 5C and F2. RGB value is (155,92,242). Sum of RGB (Red+Green+Blue) = 155+92+242=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #9B5CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B5CF2 is #64A30D. Grayscale: #7F7F7F. Windows color (decimal): -6595342 or 15883419. OLE color: 15883419.

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

Color convert

RGB 155 92 242 -
CMYK 0.36 0.62 0 0.05
HSL 265.2º 0.85% 0.65% -
HSV(B) 265.2º 0.62% 0.95% -
XYZ 33.37 21.03 86.31 -
YUV 127.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 155 92 242 0.36 0.62 0 0.05 265.2 0.85 0.65
Hex 9B 5C F2 24 3E 0 5 109 55 41
Octal 233 134 362 44 76 0 5 411 125 101
Binary 10011011 1011100 11110010 100100 111110 0 101 100001001 1010101 1000001

Color Harmonies of #9B5CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5CF2

Black with #9B5CF2

Text Example


Text Example

White with #9B5CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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