Html Css Color HEX #982DDD Blue Violet

📋 copy color: '#982DDD'

red 152 ◦ green 45 ◦ blue 221

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

Shades of Blue Violet #982DDD

Tints of Blue Violet #982DDD

RGB

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

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

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

R = 36.36%
G = 10.77%
B = 52.87%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#982DDD (or 0x982DDD) is known color: Blue Violet. HEX triplet: 98, 2D and DD. RGB value is (152,45,221). Sum of RGB (Red+Green+Blue) = 152+45+221=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #982DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982DDD is #67D222. Grayscale: #606060. Windows color (decimal): -6804003 or 14495128. OLE color: 14495128.

HSL color Cylindrical-coordinate representation of color #982DDD: hue angle of 276.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982DDD is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 45 221 -
CMYK 0.31 0.80 0 0.13
HSL 276.48º 0.72% 0.52% -
HSV(B) 276.48º 0.8% 0.87% -
XYZ 26.94 13.77 69.65 -
YUV 97.06 197.95 167.19 -
System Red Green Blue C M Y K H S L
Decimal 152 45 221 0.31 0.80 0 0.13 276.48 0.72 0.52
Hex 98 2D DD 1F 50 0 D 114 48 34
Octal 230 55 335 37 120 0 15 424 110 64
Binary 10011000 101101 11011101 11111 1010000 0 1101 100010100 1001000 110100

Color Harmonies of #982DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982DDD

Black with #982DDD

Text Example


Text Example

White with #982DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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