Html Css Color HEX #982EDD Blue Violet

📋 copy color: '#982EDD'

red 152 ◦ green 46 ◦ blue 221

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

Shades of Blue Violet #982EDD

Tints of Blue Violet #982EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

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

R = 36.28%
G = 10.98%
B = 52.74%

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

#982EDD (or 0x982EDD) is known color: Blue Violet. HEX triplet: 98, 2E and DD. RGB value is (152,46,221). Sum of RGB (Red+Green+Blue) = 152+46+221=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #982EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982EDD is #67D122. Grayscale: #616161. Windows color (decimal): -6803747 or 14495384. OLE color: 14495384.

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

Color convert

RGB 152 46 221 -
CMYK 0.31 0.79 0 0.13
HSL 276.34º 0.72% 0.52% -
HSV(B) 276.34º 0.79% 0.87% -
XYZ 26.98 13.85 69.66 -
YUV 97.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 152 46 221 0.31 0.79 0 0.13 276.34 0.72 0.52
Hex 98 2E DD 1F 4F 0 D 114 48 34
Octal 230 56 335 37 117 0 15 424 110 64
Binary 10011000 101110 11011101 11111 1001111 0 1101 100010100 1001000 110100

Color Harmonies of #982EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EDD

Black with #982EDD

Text Example


Text Example

White with #982EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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