Html Css Color HEX #906CEC Medium Purple

📋 copy color: '#906CEC'

red 144 ◦ green 108 ◦ blue 236

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

Shades of Medium Purple #906CEC

Tints of Medium Purple #906CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 29.51%
G = 22.13%
B = 48.36%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906CEC (or 0x906CEC) is known color: Medium Purple. HEX triplet: 90, 6C and EC. RGB value is (144,108,236). Sum of RGB (Red+Green+Blue) = 144+108+236=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #906CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CEC is #6F9313. Grayscale: #848484. Windows color (decimal): -7312148 or 15494288. OLE color: 15494288.

HSL color Cylindrical-coordinate representation of color #906CEC: hue angle of 256.88º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906CEC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 108 236 -
CMYK 0.39 0.54 0 0.07
HSL 256.88º 0.77% 0.67% -
HSV(B) 256.88º 0.54% 0.93% -
XYZ 32 22.71 82.05 -
YUV 133.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 144 108 236 0.39 0.54 0 0.07 256.88 0.77 0.67
Hex 90 6C EC 27 36 0 7 101 4D 43
Octal 220 154 354 47 66 0 7 401 115 103
Binary 10010000 1101100 11101100 100111 110110 0 111 100000001 1001101 1000011

Color Harmonies of #906CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CEC

Black with #906CEC

Text Example


Text Example

White with #906CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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