Html Css Color HEX #982EEC Blue Violet

📋 copy color: '#982EEC'

red 152 ◦ green 46 ◦ blue 236

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

Shades of Blue Violet #982EEC

Tints of Blue Violet #982EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 35.02%
G = 10.6%
B = 54.38%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#982EEC (or 0x982EEC) is known color: Blue Violet. HEX triplet: 98, 2E and EC. RGB value is (152,46,236). Sum of RGB (Red+Green+Blue) = 152+46+236=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 46 (18.36% from 255 or 10.60% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #982EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EEC is #67D113. Grayscale: #626262. Windows color (decimal): -6803732 or 15478424. OLE color: 15478424.

HSL color Cylindrical-coordinate representation of color #982EEC: hue angle of 273.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982EEC is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 46 236 -
CMYK 0.36 0.81 0 0.07
HSL 273.47º 0.83% 0.55% -
HSV(B) 273.47º 0.81% 0.93% -
XYZ 29.07 14.69 80.66 -
YUV 99.35 205.12 165.55 -
System Red Green Blue C M Y K H S L
Decimal 152 46 236 0.36 0.81 0 0.07 273.47 0.83 0.55
Hex 98 2E EC 24 51 0 7 111 53 37
Octal 230 56 354 44 121 0 7 421 123 67
Binary 10011000 101110 11101100 100100 1010001 0 111 100010001 1010011 110111

Color Harmonies of #982EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EEC

Black with #982EEC

Text Example


Text Example

White with #982EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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