Html Css Color HEX #945CEB Medium Purple

📋 copy color: '#945CEB'

red 148 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #945CEB

Tints of Medium Purple #945CEB

RGB

 RED value IS 148 (58.2% from 255) = 31.16%

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

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

R = 31.16%
G = 19.37%
B = 49.47%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#945CEB (or 0x945CEB) is known color: Medium Purple. HEX triplet: 94, 5C and EB. RGB value is (148,92,235). Sum of RGB (Red+Green+Blue) = 148+92+235=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #945CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CEB is #6BA314. Grayscale: #7C7C7C. Windows color (decimal): -7054101 or 15424660. OLE color: 15424660.

HSL color Cylindrical-coordinate representation of color #945CEB: hue angle of 263.5º 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 #945CEB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 92 235 -
CMYK 0.37 0.61 0 0.08
HSL 263.5º 0.78% 0.64% -
HSV(B) 263.5º 0.61% 0.92% -
XYZ 31.04 19.95 80.81 -
YUV 125.05 190.05 144.37 -
System Red Green Blue C M Y K H S L
Decimal 148 92 235 0.37 0.61 0 0.08 263.5 0.78 0.64
Hex 94 5C EB 25 3D 0 8 107 4E 40
Octal 224 134 353 45 75 0 10 407 116 100
Binary 10010100 1011100 11101011 100101 111101 0 1000 100000111 1001110 1000000

Color Harmonies of #945CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CEB

Black with #945CEB

Text Example


Text Example

White with #945CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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