Html Css Color HEX #9B6BEF Medium Purple

📋 copy color: '#9B6BEF'

red 155 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #9B6BEF

Tints of Medium Purple #9B6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.36%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 30.94%
G = 21.36%
B = 47.7%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9B6BEF (or 0x9B6BEF) is known color: Medium Purple. HEX triplet: 9B, 6B and EF. RGB value is (155,107,239). Sum of RGB (Red+Green+Blue) = 155+107+239=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6BEF is #649410. Grayscale: #878787. Windows color (decimal): -6591505 or 15690651. OLE color: 15690651.

HSL color Cylindrical-coordinate representation of color #9B6BEF: hue angle of 261.82º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9B6BEF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 107 239 -
CMYK 0.35 0.55 0 0.06
HSL 261.82º 0.8% 0.68% -
HSV(B) 261.82º 0.55% 0.94% -
XYZ 34.36 23.72 84.43 -
YUV 136.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 155 107 239 0.35 0.55 0 0.06 261.82 0.8 0.68
Hex 9B 6B EF 23 37 0 6 106 50 44
Octal 233 153 357 43 67 0 6 406 120 104
Binary 10011011 1101011 11101111 100011 110111 0 110 100000110 1010000 1000100

Color Harmonies of #9B6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6BEF

Black with #9B6BEF

Text Example


Text Example

White with #9B6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,107,239); }

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

background-color css

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

 a { background-color: rgb(155,107,239); }

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

border-color css

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

 span { border-color: rgb(155,107,239); }

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