Html Css Color HEX #9468ED Medium Purple

📋 copy color: '#9468ED'

red 148 ◦ green 104 ◦ blue 237

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

Shades of Medium Purple #9468ED

Tints of Medium Purple #9468ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 30.27%
G = 21.27%
B = 48.47%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9468ED (or 0x9468ED) is known color: Medium Purple. HEX triplet: 94, 68 and ED. RGB value is (148,104,237). Sum of RGB (Red+Green+Blue) = 148+104+237=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #9468ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468ED is #6B9712. Grayscale: #838383. Windows color (decimal): -7051027 or 15558804. OLE color: 15558804.

HSL color Cylindrical-coordinate representation of color #9468ED: hue angle of 259.85º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9468ED is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 104 237 -
CMYK 0.38 0.56 0 0.07
HSL 259.85º 0.79% 0.67% -
HSV(B) 259.85º 0.56% 0.93% -
XYZ 32.45 22.31 82.72 -
YUV 132.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 148 104 237 0.38 0.56 0 0.07 259.85 0.79 0.67
Hex 94 68 ED 26 38 0 7 104 4F 43
Octal 224 150 355 46 70 0 7 404 117 103
Binary 10010100 1101000 11101101 100110 111000 0 111 100000100 1001111 1000011

Color Harmonies of #9468ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468ED

Black with #9468ED

Text Example


Text Example

White with #9468ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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