Html Css Color HEX #946FE8 Medium Purple

📋 copy color: '#946FE8'

red 148 ◦ green 111 ◦ blue 232

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

Shades of Medium Purple #946FE8

Tints of Medium Purple #946FE8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

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

R = 30.14%
G = 22.61%
B = 47.25%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#946FE8 (or 0x946FE8) is known color: Medium Purple. HEX triplet: 94, 6F and E8. RGB value is (148,111,232). Sum of RGB (Red+Green+Blue) = 148+111+232=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #946FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #946FE8 is #6B9017. Grayscale: #878787. Windows color (decimal): -7049240 or 15232916. OLE color: 15232916.

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

Color convert

RGB 148 111 232 -
CMYK 0.36 0.52 0 0.09
HSL 258.35º 0.72% 0.67% -
HSV(B) 258.35º 0.52% 0.91% -
XYZ 32.46 23.49 79.17 -
YUV 135.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 148 111 232 0.36 0.52 0 0.09 258.35 0.72 0.67
Hex 94 6F E8 24 34 0 9 102 48 43
Octal 224 157 350 44 64 0 11 402 110 103
Binary 10010100 1101111 11101000 100100 110100 0 1001 100000010 1001000 1000011

Color Harmonies of #946FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946FE8

Black with #946FE8

Text Example


Text Example

White with #946FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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