Html Css Color HEX #945FDC Medium Purple

📋 copy color: '#945FDC'

red 148 ◦ green 95 ◦ blue 220

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

Shades of Medium Purple #945FDC

Tints of Medium Purple #945FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 31.97%
G = 20.52%
B = 47.52%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#945FDC (or 0x945FDC) is known color: Medium Purple. HEX triplet: 94, 5F and DC. RGB value is (148,95,220). Sum of RGB (Red+Green+Blue) = 148+95+220=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #945FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945FDC is #6BA023. Grayscale: #7C7C7C. Windows color (decimal): -7053348 or 14442388. OLE color: 14442388.

HSL color Cylindrical-coordinate representation of color #945FDC: hue angle of 265.44º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945FDC is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 95 220 -
CMYK 0.33 0.57 0 0.14
HSL 265.44º 0.64% 0.62% -
HSV(B) 265.44º 0.57% 0.86% -
XYZ 29.22 19.65 69.96 -
YUV 125.1 181.56 144.34 -
System Red Green Blue C M Y K H S L
Decimal 148 95 220 0.33 0.57 0 0.14 265.44 0.64 0.62
Hex 94 5F DC 21 39 0 E 109 40 3E
Octal 224 137 334 41 71 0 16 411 100 76
Binary 10010100 1011111 11011100 100001 111001 0 1110 100001001 1000000 111110

Color Harmonies of #945FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945FDC

Black with #945FDC

Text Example


Text Example

White with #945FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,220); }

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

background-color css

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

 a { background-color: rgb(148,95,220); }

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

border-color css

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

 span { border-color: rgb(148,95,220); }

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