Html Css Color HEX #982FDF Blue Violet

📋 copy color: '#982FDF'

red 152 ◦ green 47 ◦ blue 223

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

Shades of Blue Violet #982FDF

Tints of Blue Violet #982FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 36.02%
G = 11.14%
B = 52.84%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#982FDF (or 0x982FDF) is known color: Blue Violet. HEX triplet: 98, 2F and DF. RGB value is (152,47,223). Sum of RGB (Red+Green+Blue) = 152+47+223=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #982FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FDF is #67D020. Grayscale: #616161. Windows color (decimal): -6803489 or 14626712. OLE color: 14626712.

HSL color Cylindrical-coordinate representation of color #982FDF: hue angle of 275.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #982FDF is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 47 223 -
CMYK 0.32 0.79 0 0.13
HSL 275.8º 0.73% 0.53% -
HSV(B) 275.8º 0.79% 0.87% -
XYZ 27.28 14.04 71.08 -
YUV 98.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 152 47 223 0.32 0.79 0 0.13 275.8 0.73 0.53
Hex 98 2F DF 20 4F 0 D 114 49 35
Octal 230 57 337 40 117 0 15 424 111 65
Binary 10011000 101111 11011111 100000 1001111 0 1101 100010100 1001001 110101

Color Harmonies of #982FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FDF

Black with #982FDF

Text Example


Text Example

White with #982FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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