Html Css Color HEX #982FDD Blue Violet

📋 copy color: '#982FDD'

red 152 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #982FDD

Tints of Blue Violet #982FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 36.19%
G = 11.19%
B = 52.62%

CMYK

 C value IS 0.31

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#982FDD (or 0x982FDD) is known color: Blue Violet. HEX triplet: 98, 2F and DD. RGB value is (152,47,221). Sum of RGB (Red+Green+Blue) = 152+47+221=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #982FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982FDD is #67D022. Grayscale: #616161. Windows color (decimal): -6803491 or 14495640. OLE color: 14495640.

HSL color Cylindrical-coordinate representation of color #982FDD: hue angle of 276.21º degrees, saturation: 0.72, 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 #982FDD is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 47 221 -
CMYK 0.31 0.79 0 0.13
HSL 276.21º 0.72% 0.53% -
HSV(B) 276.21º 0.79% 0.87% -
XYZ 27.02 13.93 69.67 -
YUV 98.23 197.29 166.35 -
System Red Green Blue C M Y K H S L
Decimal 152 47 221 0.31 0.79 0 0.13 276.21 0.72 0.53
Hex 98 2F DD 1F 4F 0 D 114 48 35
Octal 230 57 335 37 117 0 15 424 110 65
Binary 10011000 101111 11011101 11111 1001111 0 1101 100010100 1001000 110101

Color Harmonies of #982FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FDD

Black with #982FDD

Text Example


Text Example

White with #982FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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