Html Css Color HEX #9469EE Medium Purple

📋 copy color: '#9469EE'

red 148 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #9469EE

Tints of Medium Purple #9469EE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.38%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 30.14%
G = 21.38%
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

#9469EE (or 0x9469EE) is known color: Medium Purple. HEX triplet: 94, 69 and EE. RGB value is (148,105,238). Sum of RGB (Red+Green+Blue) = 148+105+238=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #9469EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9469EE is #6B9611. Grayscale: #848484. Windows color (decimal): -7050770 or 15624596. OLE color: 15624596.

HSL color Cylindrical-coordinate representation of color #9469EE: hue angle of 259.4º degrees, saturation: 0.8, 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 #9469EE is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 105 238 -
CMYK 0.38 0.56 0 0.07
HSL 259.4º 0.8% 0.67% -
HSV(B) 259.4º 0.56% 0.93% -
XYZ 32.7 22.57 83.52 -
YUV 133.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 148 105 238 0.38 0.56 0 0.07 259.4 0.8 0.67
Hex 94 69 EE 26 38 0 7 103 50 43
Octal 224 151 356 46 70 0 7 403 120 103
Binary 10010100 1101001 11101110 100110 111000 0 111 100000011 1010000 1000011

Color Harmonies of #9469EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9469EE

Black with #9469EE

Text Example


Text Example

White with #9469EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9469EE; }

 p { color: rgb(148,105,238); }

 H1.HeaderClassName
 {
   color: #9469EE;
 }
 .AnyTagClassName
 {
   color: #9469EE;
 }
</style>

background-color css

<style>
 a { background-color: #9469EE; }

 a { background-color: rgb(148,105,238); }

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

border-color css

<style>
 span { border-color: #9469EE; }

 span { border-color: rgb(148,105,238); }

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