Html Css Color HEX #9869EE Medium Purple

📋 copy color: '#9869EE'

red 152 ◦ green 105 ◦ blue 238

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

Shades of Medium Purple #9869EE

Tints of Medium Purple #9869EE

RGB

 RED value IS 152 (59.77% from 255) = 30.71%

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

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

R = 30.71%
G = 21.21%
B = 48.08%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9869EE (or 0x9869EE) is known color: Medium Purple. HEX triplet: 98, 69 and EE. RGB value is (152,105,238). Sum of RGB (Red+Green+Blue) = 152+105+238=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #9869EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9869EE is #679611. Grayscale: #858585. Windows color (decimal): -6788626 or 15624600. OLE color: 15624600.

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

Color convert

RGB 152 105 238 -
CMYK 0.36 0.56 0 0.07
HSL 261.2º 0.8% 0.67% -
HSV(B) 261.2º 0.56% 0.93% -
XYZ 33.43 22.95 83.56 -
YUV 134.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 152 105 238 0.36 0.56 0 0.07 261.2 0.8 0.67
Hex 98 69 EE 24 38 0 7 105 50 43
Octal 230 151 356 44 70 0 7 405 120 103
Binary 10011000 1101001 11101110 100100 111000 0 111 100000101 1010000 1000011

Color Harmonies of #9869EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9869EE

Black with #9869EE

Text Example


Text Example

White with #9869EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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