Html Css Color HEX #945BEB Medium Purple

📋 copy color: '#945BEB'

red 148 ◦ green 91 ◦ blue 235

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

Shades of Medium Purple #945BEB

Tints of Medium Purple #945BEB

RGB

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

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

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

R = 31.22%
G = 19.2%
B = 49.58%

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

#945BEB (or 0x945BEB) is known color: Medium Purple. HEX triplet: 94, 5B and EB. RGB value is (148,91,235). Sum of RGB (Red+Green+Blue) = 148+91+235=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #945BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #945BEB is #6BA414. Grayscale: #7B7B7B. Windows color (decimal): -7054357 or 15424404. OLE color: 15424404.

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

Color convert

RGB 148 91 235 -
CMYK 0.37 0.61 0 0.08
HSL 263.75º 0.78% 0.64% -
HSV(B) 263.75º 0.61% 0.92% -
XYZ 30.95 19.78 80.78 -
YUV 124.46 190.38 144.79 -
System Red Green Blue C M Y K H S L
Decimal 148 91 235 0.37 0.61 0 0.08 263.75 0.78 0.64
Hex 94 5B EB 25 3D 0 8 108 4E 40
Octal 224 133 353 45 75 0 10 410 116 100
Binary 10010100 1011011 11101011 100101 111101 0 1000 100001000 1001110 1000000

Color Harmonies of #945BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945BEB

Black with #945BEB

Text Example


Text Example

White with #945BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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