Html Css Color HEX #9463DC Medium Purple

📋 copy color: '#9463DC'

red 148 ◦ green 99 ◦ blue 220

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

Shades of Medium Purple #9463DC

Tints of Medium Purple #9463DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.2%

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

R = 31.69%
G = 21.2%
B = 47.11%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9463DC (or 0x9463DC) is known color: Medium Purple. HEX triplet: 94, 63 and DC. RGB value is (148,99,220). Sum of RGB (Red+Green+Blue) = 148+99+220=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #9463DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9463DC is #6B9C23. Grayscale: #7F7F7F. Windows color (decimal): -7052324 or 14443412. OLE color: 14443412.

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

Color convert

RGB 148 99 220 -
CMYK 0.33 0.55 0 0.14
HSL 264.3º 0.63% 0.63% -
HSV(B) 264.3º 0.55% 0.86% -
XYZ 29.59 20.39 70.09 -
YUV 127.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 148 99 220 0.33 0.55 0 0.14 264.3 0.63 0.63
Hex 94 63 DC 21 37 0 E 108 3F 3F
Octal 224 143 334 41 67 0 16 410 77 77
Binary 10010100 1100011 11011100 100001 110111 0 1110 100001000 111111 111111

Color Harmonies of #9463DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9463DC

Black with #9463DC

Text Example


Text Example

White with #9463DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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