Html Css Color HEX #9468E8 Medium Purple

📋 copy color: '#9468E8'

red 148 ◦ green 104 ◦ blue 232

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

Shades of Medium Purple #9468E8

Tints of Medium Purple #9468E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.93%

R = 30.58%
G = 21.49%
B = 47.93%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9468E8 (or 0x9468E8) is known color: Medium Purple. HEX triplet: 94, 68 and E8. RGB value is (148,104,232). Sum of RGB (Red+Green+Blue) = 148+104+232=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #9468E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9468E8 is #6B9717. Grayscale: #838383. Windows color (decimal): -7051032 or 15231124. OLE color: 15231124.

HSL color Cylindrical-coordinate representation of color #9468E8: hue angle of 260.62º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9468E8 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 104 232 -
CMYK 0.36 0.55 0 0.09
HSL 260.63º 0.74% 0.66% -
HSV(B) 260.63º 0.55% 0.91% -
XYZ 31.73 22.02 78.92 -
YUV 131.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 148 104 232 0.36 0.55 0 0.09 260.63 0.74 0.66
Hex 94 68 E8 24 37 0 9 105 4A 42
Octal 224 150 350 44 67 0 11 405 112 102
Binary 10010100 1101000 11101000 100100 110111 0 1001 100000101 1001010 1000010

Color Harmonies of #9468E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9468E8

Black with #9468E8

Text Example


Text Example

White with #9468E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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