Html Css Color HEX #9465DC Medium Purple

📋 copy color: '#9465DC'

red 148 ◦ green 101 ◦ blue 220

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

Shades of Medium Purple #9465DC

Tints of Medium Purple #9465DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 31.56%
G = 21.54%
B = 46.91%

CMYK

 C value IS 0.33

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9465DC (or 0x9465DC) is known color: Medium Purple. HEX triplet: 94, 65 and DC. RGB value is (148,101,220). Sum of RGB (Red+Green+Blue) = 148+101+220=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #9465DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465DC is #6B9A23. Grayscale: #808080. Windows color (decimal): -7051812 or 14443924. OLE color: 14443924.

HSL color Cylindrical-coordinate representation of color #9465DC: hue angle of 263.7º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9465DC is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 101 220 -
CMYK 0.33 0.54 0 0.14
HSL 263.7º 0.63% 0.63% -
HSV(B) 263.7º 0.54% 0.86% -
XYZ 29.78 20.77 70.15 -
YUV 128.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 148 101 220 0.33 0.54 0 0.14 263.7 0.63 0.63
Hex 94 65 DC 21 36 0 E 108 3F 3F
Octal 224 145 334 41 66 0 16 410 77 77
Binary 10010100 1100101 11011100 100001 110110 0 1110 100001000 111111 111111

Color Harmonies of #9465DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465DC

Black with #9465DC

Text Example


Text Example

White with #9465DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9465DC; }

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

 H1.HeaderClassName
 {
   color: #9465DC;
 }
 .AnyTagClassName
 {
   color: #9465DC;
 }
</style>

background-color css

<style>
 a { background-color: #9465DC; }

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

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

border-color css

<style>
 span { border-color: #9465DC; }

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

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