Html Css Color HEX #945BEF Medium Purple

📋 copy color: '#945BEF'

red 148 ◦ green 91 ◦ blue 239

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

Shades of Medium Purple #945BEF

Tints of Medium Purple #945BEF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.04%

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

R = 30.96%
G = 19.04%
B = 50%

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

#945BEF (or 0x945BEF) is known color: Medium Purple. HEX triplet: 94, 5B and EF. RGB value is (148,91,239). Sum of RGB (Red+Green+Blue) = 148+91+239=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #945BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945BEF is #6BA410. Grayscale: #7C7C7C. Windows color (decimal): -7054353 or 15686548. OLE color: 15686548.

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

Color convert

RGB 148 91 239 -
CMYK 0.38 0.62 0 0.06
HSL 263.11º 0.82% 0.65% -
HSV(B) 263.11º 0.62% 0.94% -
XYZ 31.53 20.01 83.86 -
YUV 124.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 148 91 239 0.38 0.62 0 0.06 263.11 0.82 0.65
Hex 94 5B EF 26 3E 0 6 107 52 41
Octal 224 133 357 46 76 0 6 407 122 101
Binary 10010100 1011011 11101111 100110 111110 0 110 100000111 1010010 1000001

Color Harmonies of #945BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BEF

Black with #945BEF

Text Example


Text Example

White with #945BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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