Html Css Color HEX #9C70EB Medium Purple

📋 copy color: '#9C70EB'

red 156 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #9C70EB

Tints of Medium Purple #9C70EB

RGB

 RED value IS 156 (61.33% from 255) = 31.01%

 GREEN value IS 112 (44.14% from 255) = 22.27%

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

R = 31.01%
G = 22.27%
B = 46.72%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C70EB (or 0x9C70EB) is known color: Medium Purple. HEX triplet: 9C, 70 and EB. RGB value is (156,112,235). Sum of RGB (Red+Green+Blue) = 156+112+235=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C70EB is #638F14. Grayscale: #8A8A8A. Windows color (decimal): -6524693 or 15429788. OLE color: 15429788.

HSL color Cylindrical-coordinate representation of color #9C70EB: hue angle of 261.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C70EB is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 112 235 -
CMYK 0.34 0.52 0 0.08
HSL 261.46º 0.75% 0.68% -
HSV(B) 261.46º 0.52% 0.92% -
XYZ 34.5 24.65 81.54 -
YUV 139.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 156 112 235 0.34 0.52 0 0.08 261.46 0.75 0.68
Hex 9C 70 EB 22 34 0 8 105 4B 44
Octal 234 160 353 42 64 0 10 405 113 104
Binary 10011100 1110000 11101011 100010 110100 0 1000 100000101 1001011 1000100

Color Harmonies of #9C70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70EB

Black with #9C70EB

Text Example


Text Example

White with #9C70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,112,235); }

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

background-color css

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

 a { background-color: rgb(156,112,235); }

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

border-color css

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

 span { border-color: rgb(156,112,235); }

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