Html Css Color HEX #982FF1 Blue Violet

📋 copy color: '#982FF1'

red 152 ◦ green 47 ◦ blue 241

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

Shades of Blue Violet #982FF1

Tints of Blue Violet #982FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

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

R = 34.55%
G = 10.68%
B = 54.77%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#982FF1 (or 0x982FF1) is known color: Blue Violet. HEX triplet: 98, 2F and F1. RGB value is (152,47,241). Sum of RGB (Red+Green+Blue) = 152+47+241=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #982FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FF1 is #67D00E. Grayscale: #636363. Windows color (decimal): -6803471 or 15806360. OLE color: 15806360.

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

Color convert

RGB 152 47 241 -
CMYK 0.37 0.80 0 0.05
HSL 272.47º 0.87% 0.56% -
HSV(B) 272.47º 0.8% 0.95% -
XYZ 29.84 15.06 84.55 -
YUV 100.51 207.29 164.73 -
System Red Green Blue C M Y K H S L
Decimal 152 47 241 0.37 0.80 0 0.05 272.47 0.87 0.56
Hex 98 2F F1 25 50 0 5 110 57 38
Octal 230 57 361 45 120 0 5 420 127 70
Binary 10011000 101111 11110001 100101 1010000 0 101 100010000 1010111 111000

Color Harmonies of #982FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FF1

Black with #982FF1

Text Example


Text Example

White with #982FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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