Html Css Color HEX #925CEF Medium Purple

📋 copy color: '#925CEF'

red 146 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #925CEF

Tints of Medium Purple #925CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 239 (93.75% from 255) = 50.1%

R = 30.61%
G = 19.29%
B = 50.1%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#925CEF (or 0x925CEF) is known color: Medium Purple. HEX triplet: 92, 5C and EF. RGB value is (146,92,239). Sum of RGB (Red+Green+Blue) = 146+92+239=477 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.61% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #925CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CEF is #6DA310. Grayscale: #7C7C7C. Windows color (decimal): -7185169 or 15686802. OLE color: 15686802.

HSL color Cylindrical-coordinate representation of color #925CEF: hue angle of 262.04º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #925CEF is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 92 239 -
CMYK 0.39 0.62 0 0.06
HSL 262.04º 0.82% 0.65% -
HSV(B) 262.04º 0.62% 0.94% -
XYZ 31.26 20 83.87 -
YUV 124.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 146 92 239 0.39 0.62 0 0.06 262.04 0.82 0.65
Hex 92 5C EF 27 3E 0 6 106 52 41
Octal 222 134 357 47 76 0 6 406 122 101
Binary 10010010 1011100 11101111 100111 111110 0 110 100000110 1010010 1000001

Color Harmonies of #925CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CEF

Black with #925CEF

Text Example


Text Example

White with #925CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #925CEF; }

 p { color: rgb(146,92,239); }

 H1.HeaderClassName
 {
   color: #925CEF;
 }
 .AnyTagClassName
 {
   color: #925CEF;
 }
</style>

background-color css

<style>
 a { background-color: #925CEF; }

 a { background-color: rgb(146,92,239); }

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

border-color css

<style>
 span { border-color: #925CEF; }

 span { border-color: rgb(146,92,239); }

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