Html Css Color HEX #906BEC Medium Purple

📋 copy color: '#906BEC'

red 144 ◦ green 107 ◦ blue 236

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

Shades of Medium Purple #906BEC

Tints of Medium Purple #906BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

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

R = 29.57%
G = 21.97%
B = 48.46%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#906BEC (or 0x906BEC) is known color: Medium Purple. HEX triplet: 90, 6B and EC. RGB value is (144,107,236). Sum of RGB (Red+Green+Blue) = 144+107+236=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #906BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BEC is #6F9413. Grayscale: #848484. Windows color (decimal): -7312404 or 15494032. OLE color: 15494032.

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

Color convert

RGB 144 107 236 -
CMYK 0.39 0.55 0 0.07
HSL 257.21º 0.77% 0.67% -
HSV(B) 257.21º 0.55% 0.93% -
XYZ 31.9 22.5 82.02 -
YUV 132.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 144 107 236 0.39 0.55 0 0.07 257.21 0.77 0.67
Hex 90 6B EC 27 37 0 7 101 4D 43
Octal 220 153 354 47 67 0 7 401 115 103
Binary 10010000 1101011 11101100 100111 110111 0 111 100000001 1001101 1000011

Color Harmonies of #906BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BEC

Black with #906BEC

Text Example


Text Example

White with #906BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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