Html Css Color HEX #946BE8 Medium Purple

📋 copy color: '#946BE8'

red 148 ◦ green 107 ◦ blue 232

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

Shades of Medium Purple #946BE8

Tints of Medium Purple #946BE8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.97%

 BLUE value IS 232 (91.02% from 255) = 47.64%

R = 30.39%
G = 21.97%
B = 47.64%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#946BE8 (or 0x946BE8) is known color: Medium Purple. HEX triplet: 94, 6B and E8. RGB value is (148,107,232). Sum of RGB (Red+Green+Blue) = 148+107+232=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 232 - color contains mainly: blue. Hex color #946BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946BE8 is #6B9417. Grayscale: #858585. Windows color (decimal): -7050264 or 15231892. OLE color: 15231892.

HSL color Cylindrical-coordinate representation of color #946BE8: hue angle of 259.68º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #946BE8 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 107 232 -
CMYK 0.36 0.54 0 0.09
HSL 259.68º 0.73% 0.66% -
HSV(B) 259.68º 0.54% 0.91% -
XYZ 32.04 22.64 79.02 -
YUV 133.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 148 107 232 0.36 0.54 0 0.09 259.68 0.73 0.66
Hex 94 6B E8 24 36 0 9 104 49 42
Octal 224 153 350 44 66 0 11 404 111 102
Binary 10010100 1101011 11101000 100100 110110 0 1001 100000100 1001001 1000010

Color Harmonies of #946BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BE8

Black with #946BE8

Text Example


Text Example

White with #946BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,107,232); }

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

background-color css

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

 a { background-color: rgb(148,107,232); }

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

border-color css

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

 span { border-color: rgb(148,107,232); }

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