Html Css Color HEX #9468DA Medium Purple

📋 copy color: '#9468DA'

red 148 ◦ green 104 ◦ blue 218

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

Shades of Medium Purple #9468DA

Tints of Medium Purple #9468DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 31.49%
G = 22.13%
B = 46.38%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9468DA (or 0x9468DA) is known color: Medium Purple. HEX triplet: 94, 68 and DA. RGB value is (148,104,218). Sum of RGB (Red+Green+Blue) = 148+104+218=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #9468DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468DA is #6B9725. Grayscale: #818181. Windows color (decimal): -7051046 or 14313620. OLE color: 14313620.

HSL color Cylindrical-coordinate representation of color #9468DA: hue angle of 263.16º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9468DA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 104 218 -
CMYK 0.32 0.52 0 0.15
HSL 263.16º 0.61% 0.63% -
HSV(B) 263.16º 0.52% 0.85% -
XYZ 29.82 21.26 68.86 -
YUV 130.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 148 104 218 0.32 0.52 0 0.15 263.16 0.61 0.63
Hex 94 68 DA 20 34 0 F 107 3D 3F
Octal 224 150 332 40 64 0 17 407 75 77
Binary 10010100 1101000 11011010 100000 110100 0 1111 100000111 111101 111111

Color Harmonies of #9468DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468DA

Black with #9468DA

Text Example


Text Example

White with #9468DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9468DA; }

 p { color: rgb(148,104,218); }

 H1.HeaderClassName
 {
   color: #9468DA;
 }
 .AnyTagClassName
 {
   color: #9468DA;
 }
</style>

background-color css

<style>
 a { background-color: #9468DA; }

 a { background-color: rgb(148,104,218); }

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

border-color css

<style>
 span { border-color: #9468DA; }

 span { border-color: rgb(148,104,218); }

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