Html Css Color HEX #982EFE Blue Violet

📋 copy color: '#982EFE'

red 152 ◦ green 46 ◦ blue 254

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

Shades of Blue Violet #982EFE

Tints of Blue Violet #982EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.19%

R = 33.63%
G = 10.18%
B = 56.19%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#982EFE (or 0x982EFE) is known color: Blue Violet. HEX triplet: 98, 2E and FE. RGB value is (152,46,254). Sum of RGB (Red+Green+Blue) = 152+46+254=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #982EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EFE is #67D101. Grayscale: #646464. Windows color (decimal): -6803714 or 16658072. OLE color: 16658072.

HSL color Cylindrical-coordinate representation of color #982EFE: hue angle of 270.58º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #982EFE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 46 254 -
CMYK 0.40 0.82 0 0.00
HSL 270.58º 0.99% 0.59% -
HSV(B) 270.58º 0.82% 1% -
XYZ 31.82 15.79 95.14 -
YUV 101.41 214.12 164.09 -
System Red Green Blue C M Y K H S L
Decimal 152 46 254 0.40 0.82 0 0.00 270.58 0.99 0.59
Hex 98 2E FE 28 52 0 0 10F 63 3B
Octal 230 56 376 50 122 0 0 417 143 73
Binary 10011000 101110 11111110 101000 1010010 0 0 100001111 1100011 111011

Color Harmonies of #982EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EFE

Black with #982EFE

Text Example


Text Example

White with #982EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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