Html Css Color HEX #986BF2 Medium Purple

📋 copy color: '#986BF2'

red 152 ◦ green 107 ◦ blue 242

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

Shades of Medium Purple #986BF2

Tints of Medium Purple #986BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.36%

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

R = 30.34%
G = 21.36%
B = 48.3%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#986BF2 (or 0x986BF2) is known color: Medium Purple. HEX triplet: 98, 6B and F2. RGB value is (152,107,242). Sum of RGB (Red+Green+Blue) = 152+107+242=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #986BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #986BF2 is #67940D. Grayscale: #878787. Windows color (decimal): -6788110 or 15887256. OLE color: 15887256.

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

Color convert

RGB 152 107 242 -
CMYK 0.37 0.56 0 0.05
HSL 260º 0.84% 0.68% -
HSV(B) 260º 0.56% 0.95% -
XYZ 34.23 23.6 86.76 -
YUV 135.85 187.91 139.52 -
System Red Green Blue C M Y K H S L
Decimal 152 107 242 0.37 0.56 0 0.05 260 0.84 0.68
Hex 98 6B F2 25 38 0 5 104 54 44
Octal 230 153 362 45 70 0 5 404 124 104
Binary 10011000 1101011 11110010 100101 111000 0 101 100000100 1010100 1000100

Color Harmonies of #986BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BF2

Black with #986BF2

Text Example


Text Example

White with #986BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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