Html Css Color HEX #9D6BEF Medium Purple

📋 copy color: '#9D6BEF'

red 157 ◦ green 107 ◦ blue 239

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

Shades of Medium Purple #9D6BEF

Tints of Medium Purple #9D6BEF

RGB

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

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

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

R = 31.21%
G = 21.27%
B = 47.51%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9D6BEF (or 0x9D6BEF) is known color: Medium Purple. HEX triplet: 9D, 6B and EF. RGB value is (157,107,239). Sum of RGB (Red+Green+Blue) = 157+107+239=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D6BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6BEF is #629410. Grayscale: #888888. Windows color (decimal): -6460433 or 15690653. OLE color: 15690653.

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

Color convert

RGB 157 107 239 -
CMYK 0.34 0.55 0 0.06
HSL 262.73º 0.8% 0.68% -
HSV(B) 262.73º 0.55% 0.94% -
XYZ 34.74 23.92 84.45 -
YUV 137 185.57 142.27 -
System Red Green Blue C M Y K H S L
Decimal 157 107 239 0.34 0.55 0 0.06 262.73 0.8 0.68
Hex 9D 6B EF 22 37 0 6 107 50 44
Octal 235 153 357 42 67 0 6 407 120 104
Binary 10011101 1101011 11101111 100010 110111 0 110 100000111 1010000 1000100

Color Harmonies of #9D6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6BEF

Black with #9D6BEF

Text Example


Text Example

White with #9D6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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