Html Css Color HEX #9C69E0 Medium Purple

📋 copy color: '#9C69E0'

red 156 ◦ green 105 ◦ blue 224

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

Shades of Medium Purple #9C69E0

Tints of Medium Purple #9C69E0

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.65%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 32.16%
G = 21.65%
B = 46.19%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9C69E0 (or 0x9C69E0) is known color: Medium Purple. HEX triplet: 9C, 69 and E0. RGB value is (156,105,224). Sum of RGB (Red+Green+Blue) = 156+105+224=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #9C69E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69E0 is #63961F. Grayscale: #858585. Windows color (decimal): -6526496 or 14707100. OLE color: 14707100.

HSL color Cylindrical-coordinate representation of color #9C69E0: hue angle of 265.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C69E0 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 105 224 -
CMYK 0.30 0.53 0 0.12
HSL 265.71º 0.66% 0.65% -
HSV(B) 265.71º 0.53% 0.88% -
XYZ 32.22 22.55 73.18 -
YUV 133.82 178.9 143.82 -
System Red Green Blue C M Y K H S L
Decimal 156 105 224 0.30 0.53 0 0.12 265.71 0.66 0.65
Hex 9C 69 E0 1E 35 0 C 10A 42 41
Octal 234 151 340 36 65 0 14 412 102 101
Binary 10011100 1101001 11100000 11110 110101 0 1100 100001010 1000010 1000001

Color Harmonies of #9C69E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C69E0

Black with #9C69E0

Text Example


Text Example

White with #9C69E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,105,224); }

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

background-color css

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

 a { background-color: rgb(156,105,224); }

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

border-color css

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

 span { border-color: rgb(156,105,224); }

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