Html Css Color HEX #946BD4 Medium Purple

📋 copy color: '#946BD4'

red 148 ◦ green 107 ◦ blue 212

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

Shades of Medium Purple #946BD4

Tints of Medium Purple #946BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 31.69%
G = 22.91%
B = 45.4%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#946BD4 (or 0x946BD4) is known color: Medium Purple. HEX triplet: 94, 6B and D4. RGB value is (148,107,212). Sum of RGB (Red+Green+Blue) = 148+107+212=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #946BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BD4 is #6B942B. Grayscale: #828282. Windows color (decimal): -7050284 or 13921172. OLE color: 13921172.

HSL color Cylindrical-coordinate representation of color #946BD4: hue angle of 263.43º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946BD4 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 107 212 -
CMYK 0.30 0.50 0 0.17
HSL 263.43º 0.55% 0.63% -
HSV(B) 263.43º 0.5% 0.83% -
XYZ 29.35 21.56 64.9 -
YUV 131.23 173.58 139.96 -
System Red Green Blue C M Y K H S L
Decimal 148 107 212 0.30 0.50 0 0.17 263.43 0.55 0.63
Hex 94 6B D4 1E 32 0 11 107 37 3F
Octal 224 153 324 36 62 0 21 407 67 77
Binary 10010100 1101011 11010100 11110 110010 0 10001 100000111 110111 111111

Color Harmonies of #946BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946BD4

Black with #946BD4

Text Example


Text Example

White with #946BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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