Html Css Color HEX #925CEB Medium Purple

📋 copy color: '#925CEB'

red 146 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #925CEB

Tints of Medium Purple #925CEB

RGB

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

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

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

R = 30.87%
G = 19.45%
B = 49.68%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#925CEB (or 0x925CEB) is known color: Medium Purple. HEX triplet: 92, 5C and EB. RGB value is (146,92,235). Sum of RGB (Red+Green+Blue) = 146+92+235=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #925CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #925CEB is #6DA314. Grayscale: #7B7B7B. Windows color (decimal): -7185173 or 15424658. OLE color: 15424658.

HSL color Cylindrical-coordinate representation of color #925CEB: hue angle of 262.66º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #925CEB is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 92 235 -
CMYK 0.38 0.61 0 0.08
HSL 262.66º 0.78% 0.64% -
HSV(B) 262.66º 0.61% 0.92% -
XYZ 30.68 19.76 80.8 -
YUV 124.45 190.39 143.37 -
System Red Green Blue C M Y K H S L
Decimal 146 92 235 0.38 0.61 0 0.08 262.66 0.78 0.64
Hex 92 5C EB 26 3D 0 8 107 4E 40
Octal 222 134 353 46 75 0 10 407 116 100
Binary 10010010 1011100 11101011 100110 111101 0 1000 100000111 1001110 1000000

Color Harmonies of #925CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925CEB

Black with #925CEB

Text Example


Text Example

White with #925CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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