Html Css Color HEX #9B6CEF Medium Purple

📋 copy color: '#9B6CEF'

red 155 ◦ green 108 ◦ blue 239

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

Shades of Medium Purple #9B6CEF

Tints of Medium Purple #9B6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 30.88%
G = 21.51%
B = 47.61%

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

#9B6CEF (or 0x9B6CEF) is known color: Medium Purple. HEX triplet: 9B, 6C and EF. RGB value is (155,108,239). Sum of RGB (Red+Green+Blue) = 155+108+239=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B6CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B6CEF is #649310. Grayscale: #888888. Windows color (decimal): -6591249 or 15690907. OLE color: 15690907.

HSL color Cylindrical-coordinate representation of color #9B6CEF: hue angle of 261.53º 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 #9B6CEF is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 108 239 -
CMYK 0.35 0.55 0 0.06
HSL 261.53º 0.8% 0.68% -
HSV(B) 261.53º 0.55% 0.94% -
XYZ 34.46 23.93 84.46 -
YUV 136.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 155 108 239 0.35 0.55 0 0.06 261.53 0.8 0.68
Hex 9B 6C EF 23 37 0 6 106 50 44
Octal 233 154 357 43 67 0 6 406 120 104
Binary 10011011 1101100 11101111 100011 110111 0 110 100000110 1010000 1000100

Color Harmonies of #9B6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6CEF

Black with #9B6CEF

Text Example


Text Example

White with #9B6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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