Html Css Color HEX #926EF1 Medium Purple

📋 copy color: '#926EF1'

red 146 ◦ green 110 ◦ blue 241

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

Shades of Medium Purple #926EF1

Tints of Medium Purple #926EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 241 (94.53% from 255) = 48.49%

R = 29.38%
G = 22.13%
B = 48.49%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#926EF1 (or 0x926EF1) is known color: Medium Purple. HEX triplet: 92, 6E and F1. RGB value is (146,110,241). Sum of RGB (Red+Green+Blue) = 146+110+241=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #926EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #926EF1 is #6D910E. Grayscale: #878787. Windows color (decimal): -7180559 or 15822482. OLE color: 15822482.

HSL color Cylindrical-coordinate representation of color #926EF1: hue angle of 256.49º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #926EF1 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 110 241 -
CMYK 0.39 0.54 0 0.05
HSL 256.49º 0.82% 0.69% -
HSV(B) 256.49º 0.54% 0.95% -
XYZ 33.31 23.61 86.02 -
YUV 135.7 187.43 135.35 -
System Red Green Blue C M Y K H S L
Decimal 146 110 241 0.39 0.54 0 0.05 256.49 0.82 0.69
Hex 92 6E F1 27 36 0 5 100 52 45
Octal 222 156 361 47 66 0 5 400 122 105
Binary 10010010 1101110 11110001 100111 110110 0 101 100000000 1010010 1000101

Color Harmonies of #926EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926EF1

Black with #926EF1

Text Example


Text Example

White with #926EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,110,241); }

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

background-color css

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

 a { background-color: rgb(146,110,241); }

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

border-color css

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

 span { border-color: rgb(146,110,241); }

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