Html Css Color HEX #906CE1 Medium Purple

📋 copy color: '#906CE1'

red 144 ◦ green 108 ◦ blue 225

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

Shades of Medium Purple #906CE1

Tints of Medium Purple #906CE1

RGB

 RED value IS 144 (56.64% from 255) = 30.19%

 GREEN value IS 108 (42.58% from 255) = 22.64%

 BLUE value IS 225 (88.28% from 255) = 47.17%

R = 30.19%
G = 22.64%
B = 47.17%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#906CE1 (or 0x906CE1) is known color: Medium Purple. HEX triplet: 90, 6C and E1. RGB value is (144,108,225). Sum of RGB (Red+Green+Blue) = 144+108+225=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 225 (88.28% from 255 or 47.17% from 477); Max value from RGB is 225 - color contains mainly: blue. Hex color #906CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906CE1 is #6F931E. Grayscale: #838383. Windows color (decimal): -7312159 or 14773392. OLE color: 14773392.

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

Color convert

RGB 144 108 225 -
CMYK 0.36 0.52 0 0.12
HSL 258.46º 0.66% 0.65% -
HSV(B) 258.46º 0.52% 0.88% -
XYZ 30.45 22.09 73.89 -
YUV 132.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 144 108 225 0.36 0.52 0 0.12 258.46 0.66 0.65
Hex 90 6C E1 24 34 0 C 102 42 41
Octal 220 154 341 44 64 0 14 402 102 101
Binary 10010000 1101100 11100001 100100 110100 0 1100 100000010 1000010 1000001

Color Harmonies of #906CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CE1

Black with #906CE1

Text Example


Text Example

White with #906CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906CE1; }

 p { color: rgb(144,108,225); }

 H1.HeaderClassName
 {
   color: #906CE1;
 }
 .AnyTagClassName
 {
   color: #906CE1;
 }
</style>

background-color css

<style>
 a { background-color: #906CE1; }

 a { background-color: rgb(144,108,225); }

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

border-color css

<style>
 span { border-color: #906CE1; }

 span { border-color: rgb(144,108,225); }

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