Html Css Color HEX #906BED Medium Purple

📋 copy color: '#906BED'

red 144 ◦ green 107 ◦ blue 237

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

Shades of Medium Purple #906BED

Tints of Medium Purple #906BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 29.51%
G = 21.93%
B = 48.57%

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

#906BED (or 0x906BED) is known color: Medium Purple. HEX triplet: 90, 6B and ED. RGB value is (144,107,237). Sum of RGB (Red+Green+Blue) = 144+107+237=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #906BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906BED is #6F9412. Grayscale: #848484. Windows color (decimal): -7312403 or 15559568. OLE color: 15559568.

HSL color Cylindrical-coordinate representation of color #906BED: hue angle of 257.08º degrees, saturation: 0.78, 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 #906BED is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 107 237 -
CMYK 0.39 0.55 0 0.07
HSL 257.08º 0.78% 0.67% -
HSV(B) 257.08º 0.55% 0.93% -
XYZ 32.05 22.56 82.79 -
YUV 132.88 186.76 135.93 -
System Red Green Blue C M Y K H S L
Decimal 144 107 237 0.39 0.55 0 0.07 257.08 0.78 0.67
Hex 90 6B ED 27 37 0 7 101 4E 43
Octal 220 153 355 47 67 0 7 401 116 103
Binary 10010000 1101011 11101101 100111 110111 0 111 100000001 1001110 1000011

Color Harmonies of #906BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906BED

Black with #906BED

Text Example


Text Example

White with #906BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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