Html Css Color HEX #945CEF Medium Purple

📋 copy color: '#945CEF'

red 148 ◦ green 92 ◦ blue 239

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

Shades of Medium Purple #945CEF

Tints of Medium Purple #945CEF

RGB

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

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

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

R = 30.9%
G = 19.21%
B = 49.9%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#945CEF (or 0x945CEF) is known color: Medium Purple. HEX triplet: 94, 5C and EF. RGB value is (148,92,239). Sum of RGB (Red+Green+Blue) = 148+92+239=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #945CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945CEF is #6BA310. Grayscale: #7C7C7C. Windows color (decimal): -7054097 or 15686804. OLE color: 15686804.

HSL color Cylindrical-coordinate representation of color #945CEF: hue angle of 262.86º 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 #945CEF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 92 239 -
CMYK 0.38 0.62 0 0.06
HSL 262.86º 0.82% 0.65% -
HSV(B) 262.86º 0.62% 0.94% -
XYZ 31.62 20.18 83.89 -
YUV 125.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 148 92 239 0.38 0.62 0 0.06 262.86 0.82 0.65
Hex 94 5C EF 26 3E 0 6 107 52 41
Octal 224 134 357 46 76 0 6 407 122 101
Binary 10010100 1011100 11101111 100110 111110 0 110 100000111 1010010 1000001

Color Harmonies of #945CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945CEF

Black with #945CEF

Text Example


Text Example

White with #945CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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