Html Css Color HEX #9B66EC Medium Purple

📋 copy color: '#9B66EC'

red 155 ◦ green 102 ◦ blue 236

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

Shades of Medium Purple #9B66EC

Tints of Medium Purple #9B66EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

 BLUE value IS 236 (92.58% from 255) = 47.87%

R = 31.44%
G = 20.69%
B = 47.87%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9B66EC (or 0x9B66EC) is known color: Medium Purple. HEX triplet: 9B, 66 and EC. RGB value is (155,102,236). Sum of RGB (Red+Green+Blue) = 155+102+236=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #9B66EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9B66EC is #649913. Grayscale: #848484. Windows color (decimal): -6592788 or 15492763. OLE color: 15492763.

HSL color Cylindrical-coordinate representation of color #9B66EC: hue angle of 263.73º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B66EC is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 102 236 -
CMYK 0.34 0.57 0 0.07
HSL 263.73º 0.78% 0.66% -
HSV(B) 263.73º 0.57% 0.93% -
XYZ 33.41 22.53 81.94 -
YUV 133.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 155 102 236 0.34 0.57 0 0.07 263.73 0.78 0.66
Hex 9B 66 EC 22 39 0 7 108 4E 42
Octal 233 146 354 42 71 0 7 410 116 102
Binary 10011011 1100110 11101100 100010 111001 0 111 100001000 1001110 1000010

Color Harmonies of #9B66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B66EC

Black with #9B66EC

Text Example


Text Example

White with #9B66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,236); }

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

background-color css

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

 a { background-color: rgb(155,102,236); }

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

border-color css

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

 span { border-color: rgb(155,102,236); }

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