Html Css Color HEX #906CE9 Medium Purple

📋 copy color: '#906CE9'

red 144 ◦ green 108 ◦ blue 233

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

Shades of Medium Purple #906CE9

Tints of Medium Purple #906CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.04%

R = 29.69%
G = 22.27%
B = 48.04%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#906CE9 (or 0x906CE9) is known color: Medium Purple. HEX triplet: 90, 6C and E9. RGB value is (144,108,233). Sum of RGB (Red+Green+Blue) = 144+108+233=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #906CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CE9 is #6F9316. Grayscale: #848484. Windows color (decimal): -7312151 or 15297680. OLE color: 15297680.

HSL color Cylindrical-coordinate representation of color #906CE9: hue angle of 257.28º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906CE9 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 144 108 233 -
CMYK 0.38 0.54 0 0.09
HSL 257.28º 0.74% 0.67% -
HSV(B) 257.28º 0.54% 0.91% -
XYZ 31.57 22.54 79.78 -
YUV 133.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 144 108 233 0.38 0.54 0 0.09 257.28 0.74 0.67
Hex 90 6C E9 26 36 0 9 101 4A 43
Octal 220 154 351 46 66 0 11 401 112 103
Binary 10010000 1101100 11101001 100110 110110 0 1001 100000001 1001010 1000011

Color Harmonies of #906CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CE9

Black with #906CE9

Text Example


Text Example

White with #906CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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