Html Css Color HEX #982DF1 Blue Violet

📋 copy color: '#982DF1'

red 152 ◦ green 45 ◦ blue 241

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

Shades of Blue Violet #982DF1

Tints of Blue Violet #982DF1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.27%

 BLUE value IS 241 (94.53% from 255) = 55.02%

R = 34.7%
G = 10.27%
B = 55.02%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#982DF1 (or 0x982DF1) is known color: Blue Violet. HEX triplet: 98, 2D and F1. RGB value is (152,45,241). Sum of RGB (Red+Green+Blue) = 152+45+241=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 241 (94.53% from 255 or 55.02% from 438); Max value from RGB is 241 - color contains mainly: blue. Hex color #982DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982DF1 is #67D20E. Grayscale: #626262. Windows color (decimal): -6803983 or 15805848. OLE color: 15805848.

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

Color convert

RGB 152 45 241 -
CMYK 0.37 0.81 0 0.05
HSL 272.76º 0.88% 0.56% -
HSV(B) 272.76º 0.81% 0.95% -
XYZ 29.76 14.9 84.53 -
YUV 99.34 207.95 165.56 -
System Red Green Blue C M Y K H S L
Decimal 152 45 241 0.37 0.81 0 0.05 272.76 0.88 0.56
Hex 98 2D F1 25 51 0 5 111 58 38
Octal 230 55 361 45 121 0 5 421 130 70
Binary 10011000 101101 11110001 100101 1010001 0 101 100010001 1011000 111000

Color Harmonies of #982DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DF1

Black with #982DF1

Text Example


Text Example

White with #982DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982DF1; }

 p { color: rgb(152,45,241); }

 H1.HeaderClassName
 {
   color: #982DF1;
 }
 .AnyTagClassName
 {
   color: #982DF1;
 }
</style>

background-color css

<style>
 a { background-color: #982DF1; }

 a { background-color: rgb(152,45,241); }

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

border-color css

<style>
 span { border-color: #982DF1; }

 span { border-color: rgb(152,45,241); }

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