Html Css Color HEX #986CEB Medium Purple

📋 copy color: '#986CEB'

red 152 ◦ green 108 ◦ blue 235

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

Shades of Medium Purple #986CEB

Tints of Medium Purple #986CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 30.71%
G = 21.82%
B = 47.47%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#986CEB (or 0x986CEB) is known color: Medium Purple. HEX triplet: 98, 6C and EB. RGB value is (152,108,235). Sum of RGB (Red+Green+Blue) = 152+108+235=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #986CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CEB is #679314. Grayscale: #878787. Windows color (decimal): -6787861 or 15428760. OLE color: 15428760.

HSL color Cylindrical-coordinate representation of color #986CEB: hue angle of 260.79º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #986CEB is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 108 235 -
CMYK 0.35 0.54 0 0.08
HSL 260.79º 0.76% 0.67% -
HSV(B) 260.79º 0.54% 0.92% -
XYZ 33.31 23.4 81.36 -
YUV 135.63 184.08 139.67 -
System Red Green Blue C M Y K H S L
Decimal 152 108 235 0.35 0.54 0 0.08 260.79 0.76 0.67
Hex 98 6C EB 23 36 0 8 105 4C 43
Octal 230 154 353 43 66 0 10 405 114 103
Binary 10011000 1101100 11101011 100011 110110 0 1000 100000101 1001100 1000011

Color Harmonies of #986CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CEB

Black with #986CEB

Text Example


Text Example

White with #986CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986CEB; }

 p { color: rgb(152,108,235); }

 H1.HeaderClassName
 {
   color: #986CEB;
 }
 .AnyTagClassName
 {
   color: #986CEB;
 }
</style>

background-color css

<style>
 a { background-color: #986CEB; }

 a { background-color: rgb(152,108,235); }

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

border-color css

<style>
 span { border-color: #986CEB; }

 span { border-color: rgb(152,108,235); }

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