Html Css Color HEX #982EEA Blue Violet

📋 copy color: '#982EEA'

red 152 ◦ green 46 ◦ blue 234

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

Shades of Blue Violet #982EEA

Tints of Blue Violet #982EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 35.19%
G = 10.65%
B = 54.17%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#982EEA (or 0x982EEA) is known color: Blue Violet. HEX triplet: 98, 2E and EA. RGB value is (152,46,234). Sum of RGB (Red+Green+Blue) = 152+46+234=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #982EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EEA is #67D115. Grayscale: #626262. Windows color (decimal): -6803734 or 15347352. OLE color: 15347352.

HSL color Cylindrical-coordinate representation of color #982EEA: hue angle of 273.83º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #982EEA is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 46 234 -
CMYK 0.35 0.80 0 0.08
HSL 273.83º 0.82% 0.55% -
HSV(B) 273.83º 0.8% 0.92% -
XYZ 28.78 14.57 79.14 -
YUV 99.13 204.12 165.71 -
System Red Green Blue C M Y K H S L
Decimal 152 46 234 0.35 0.80 0 0.08 273.83 0.82 0.55
Hex 98 2E EA 23 50 0 8 112 52 37
Octal 230 56 352 43 120 0 10 422 122 67
Binary 10011000 101110 11101010 100011 1010000 0 1000 100010010 1010010 110111

Color Harmonies of #982EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EEA

Black with #982EEA

Text Example


Text Example

White with #982EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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