Html Css Color HEX #9C70EA Medium Purple

📋 copy color: '#9C70EA'

red 156 ◦ green 112 ◦ blue 234

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

Shades of Medium Purple #9C70EA

Tints of Medium Purple #9C70EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 31.08%
G = 22.31%
B = 46.61%

CMYK

 C value IS 0.33

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C70EA (or 0x9C70EA) is known color: Medium Purple. HEX triplet: 9C, 70 and EA. RGB value is (156,112,234). Sum of RGB (Red+Green+Blue) = 156+112+234=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C70EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C70EA is #638F15. Grayscale: #8A8A8A. Windows color (decimal): -6524694 or 15364252. OLE color: 15364252.

HSL color Cylindrical-coordinate representation of color #9C70EA: hue angle of 261.64º degrees, saturation: 0.74, 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 #9C70EA is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 112 234 -
CMYK 0.33 0.52 0 0.08
HSL 261.64º 0.74% 0.68% -
HSV(B) 261.64º 0.52% 0.92% -
XYZ 34.36 24.6 80.78 -
YUV 139.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 156 112 234 0.33 0.52 0 0.08 261.64 0.74 0.68
Hex 9C 70 EA 21 34 0 8 106 4A 44
Octal 234 160 352 41 64 0 10 406 112 104
Binary 10011100 1110000 11101010 100001 110100 0 1000 100000110 1001010 1000100

Color Harmonies of #9C70EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C70EA

Black with #9C70EA

Text Example


Text Example

White with #9C70EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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