Html Css Color HEX #9D66EB Medium Purple

📋 copy color: '#9D66EB'

red 157 ◦ green 102 ◦ blue 235

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

Shades of Medium Purple #9D66EB

Tints of Medium Purple #9D66EB

RGB

 RED value IS 157 (61.72% from 255) = 31.78%

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 31.78%
G = 20.65%
B = 47.57%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D66EB (or 0x9D66EB) is known color: Medium Purple. HEX triplet: 9D, 66 and EB. RGB value is (157,102,235). Sum of RGB (Red+Green+Blue) = 157+102+235=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D66EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D66EB is #629914. Grayscale: #858585. Windows color (decimal): -6461717 or 15427229. OLE color: 15427229.

HSL color Cylindrical-coordinate representation of color #9D66EB: hue angle of 264.81º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D66EB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 157 102 235 -
CMYK 0.33 0.57 0 0.08
HSL 264.81º 0.77% 0.66% -
HSV(B) 264.81º 0.57% 0.92% -
XYZ 33.65 22.67 81.2 -
YUV 133.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 157 102 235 0.33 0.57 0 0.08 264.81 0.77 0.66
Hex 9D 66 EB 21 39 0 8 109 4D 42
Octal 235 146 353 41 71 0 10 411 115 102
Binary 10011101 1100110 11101011 100001 111001 0 1000 100001001 1001101 1000010

Color Harmonies of #9D66EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D66EB

Black with #9D66EB

Text Example


Text Example

White with #9D66EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,235); }

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

background-color css

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

 a { background-color: rgb(157,102,235); }

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

border-color css

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

 span { border-color: rgb(157,102,235); }

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