Html Css Color HEX #926AEE Medium Purple

📋 copy color: '#926AEE'

red 146 ◦ green 106 ◦ blue 238

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

Shades of Medium Purple #926AEE

Tints of Medium Purple #926AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 29.8%
G = 21.63%
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

#926AEE (or 0x926AEE) is known color: Medium Purple. HEX triplet: 92, 6A and EE. RGB value is (146,106,238). Sum of RGB (Red+Green+Blue) = 146+106+238=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #926AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926AEE is #6D9511. Grayscale: #848484. Windows color (decimal): -7181586 or 15624850. OLE color: 15624850.

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

Color convert

RGB 146 106 238 -
CMYK 0.39 0.55 0 0.07
HSL 258.18º 0.8% 0.67% -
HSV(B) 258.18º 0.55% 0.93% -
XYZ 32.44 22.59 83.54 -
YUV 133.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 146 106 238 0.39 0.55 0 0.07 258.18 0.8 0.67
Hex 92 6A EE 27 37 0 7 102 50 43
Octal 222 152 356 47 67 0 7 402 120 103
Binary 10010010 1101010 11101110 100111 110111 0 111 100000010 1010000 1000011

Color Harmonies of #926AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926AEE

Black with #926AEE

Text Example


Text Example

White with #926AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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