Html Css Color HEX #926AEB Medium Purple

📋 copy color: '#926AEB'

red 146 ◦ green 106 ◦ blue 235

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

Shades of Medium Purple #926AEB

Tints of Medium Purple #926AEB

RGB

 RED value IS 146 (57.42% from 255) = 29.98%

 GREEN value IS 106 (41.8% from 255) = 21.77%

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

R = 29.98%
G = 21.77%
B = 48.25%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#926AEB (or 0x926AEB) is known color: Medium Purple. HEX triplet: 92, 6A and EB. RGB value is (146,106,235). Sum of RGB (Red+Green+Blue) = 146+106+235=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 106 (41.80% from 255 or 21.77% 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 #926AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AEB is #6D9514. Grayscale: #848484. Windows color (decimal): -7181589 or 15428242. OLE color: 15428242.

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

Color convert

RGB 146 106 235 -
CMYK 0.38 0.55 0 0.08
HSL 258.6º 0.76% 0.67% -
HSV(B) 258.6º 0.55% 0.92% -
XYZ 32 22.42 81.24 -
YUV 132.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 146 106 235 0.38 0.55 0 0.08 258.6 0.76 0.67
Hex 92 6A EB 26 37 0 8 103 4C 43
Octal 222 152 353 46 67 0 10 403 114 103
Binary 10010010 1101010 11101011 100110 110111 0 1000 100000011 1001100 1000011

Color Harmonies of #926AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926AEB

Black with #926AEB

Text Example


Text Example

White with #926AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926AEB; }

 p { color: rgb(146,106,235); }

 H1.HeaderClassName
 {
   color: #926AEB;
 }
 .AnyTagClassName
 {
   color: #926AEB;
 }
</style>

background-color css

<style>
 a { background-color: #926AEB; }

 a { background-color: rgb(146,106,235); }

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

border-color css

<style>
 span { border-color: #926AEB; }

 span { border-color: rgb(146,106,235); }

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