Html Css Color HEX #946CEB Medium Purple

📋 copy color: '#946CEB'

red 148 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #946CEB

Tints of Medium Purple #946CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22%

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

R = 30.14%
G = 22%
B = 47.86%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#946CEB (or 0x946CEB) is known color: Medium Purple. HEX triplet: 94, 6C and EB. RGB value is (148,108,235). Sum of RGB (Red+Green+Blue) = 148+108+235=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #946CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946CEB is #6B9314. Grayscale: #858585. Windows color (decimal): -7050005 or 15428756. OLE color: 15428756.

HSL color Cylindrical-coordinate representation of color #946CEB: hue angle of 258.9º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946CEB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 108 235 -
CMYK 0.37 0.54 0 0.08
HSL 258.9º 0.76% 0.67% -
HSV(B) 258.9º 0.54% 0.92% -
XYZ 32.57 23.02 81.32 -
YUV 134.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 148 108 235 0.37 0.54 0 0.08 258.9 0.76 0.67
Hex 94 6C EB 25 36 0 8 103 4C 43
Octal 224 154 353 45 66 0 10 403 114 103
Binary 10010100 1101100 11101011 100101 110110 0 1000 100000011 1001100 1000011

Color Harmonies of #946CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946CEB

Black with #946CEB

Text Example


Text Example

White with #946CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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