Html Css Color HEX #906CEB Medium Purple

📋 copy color: '#906CEB'

red 144 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #906CEB

Tints of Medium Purple #906CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 29.57%
G = 22.18%
B = 48.25%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#906CEB (or 0x906CEB) is known color: Medium Purple. HEX triplet: 90, 6C and EB. RGB value is (144,108,235). Sum of RGB (Red+Green+Blue) = 144+108+235=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #906CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906CEB is #6F9314. Grayscale: #848484. Windows color (decimal): -7312149 or 15428752. OLE color: 15428752.

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

Color convert

RGB 144 108 235 -
CMYK 0.39 0.54 0 0.08
HSL 257.01º 0.76% 0.67% -
HSV(B) 257.01º 0.54% 0.92% -
XYZ 31.86 22.65 81.29 -
YUV 133.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 144 108 235 0.39 0.54 0 0.08 257.01 0.76 0.67
Hex 90 6C EB 27 36 0 8 101 4C 43
Octal 220 154 353 47 66 0 10 401 114 103
Binary 10010000 1101100 11101011 100111 110110 0 1000 100000001 1001100 1000011

Color Harmonies of #906CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906CEB

Black with #906CEB

Text Example


Text Example

White with #906CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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