Html Css Color HEX #9465DA Medium Purple

📋 copy color: '#9465DA'

red 148 ◦ green 101 ◦ blue 218

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

Shades of Medium Purple #9465DA

Tints of Medium Purple #9465DA

RGB

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

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

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

R = 31.69%
G = 21.63%
B = 46.68%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9465DA (or 0x9465DA) is known color: Medium Purple. HEX triplet: 94, 65 and DA. RGB value is (148,101,218). Sum of RGB (Red+Green+Blue) = 148+101+218=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #9465DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9465DA is #6B9A25. Grayscale: #7F7F7F. Windows color (decimal): -7051814 or 14312852. OLE color: 14312852.

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

Color convert

RGB 148 101 218 -
CMYK 0.32 0.54 0 0.15
HSL 264.1º 0.61% 0.63% -
HSV(B) 264.1º 0.54% 0.85% -
XYZ 29.52 20.67 68.76 -
YUV 128.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 148 101 218 0.32 0.54 0 0.15 264.1 0.61 0.63
Hex 94 65 DA 20 36 0 F 108 3D 3F
Octal 224 145 332 40 66 0 17 410 75 77
Binary 10010100 1100101 11011010 100000 110110 0 1111 100001000 111101 111111

Color Harmonies of #9465DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9465DA

Black with #9465DA

Text Example


Text Example

White with #9465DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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