Html Css Color HEX #986CF2 Medium Purple

📋 copy color: '#986CF2'

red 152 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #986CF2

Tints of Medium Purple #986CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 48.21%

R = 30.28%
G = 21.51%
B = 48.21%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#986CF2 (or 0x986CF2) is known color: Medium Purple. HEX triplet: 98, 6C and F2. RGB value is (152,108,242). Sum of RGB (Red+Green+Blue) = 152+108+242=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #986CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986CF2 is #67930D. Grayscale: #878787. Windows color (decimal): -6787854 or 15887512. OLE color: 15887512.

HSL color Cylindrical-coordinate representation of color #986CF2: hue angle of 259.7º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #986CF2 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 108 242 -
CMYK 0.37 0.55 0 0.05
HSL 259.7º 0.84% 0.69% -
HSV(B) 259.7º 0.55% 0.95% -
XYZ 34.34 23.81 86.79 -
YUV 136.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 152 108 242 0.37 0.55 0 0.05 259.7 0.84 0.69
Hex 98 6C F2 25 37 0 5 104 54 45
Octal 230 154 362 45 67 0 5 404 124 105
Binary 10011000 1101100 11110010 100101 110111 0 101 100000100 1010100 1000101

Color Harmonies of #986CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CF2

Black with #986CF2

Text Example


Text Example

White with #986CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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