Html Css Color HEX #982EFF Blue Violet

📋 copy color: '#982EFF'

red 152 ◦ green 46 ◦ blue 255

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

Shades of Blue Violet #982EFF

Tints of Blue Violet #982EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.29%

R = 33.55%
G = 10.15%
B = 56.29%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#982EFF (or 0x982EFF) is known color: Blue Violet. HEX triplet: 98, 2E and FF. RGB value is (152,46,255). Sum of RGB (Red+Green+Blue) = 152+46+255=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #982EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982EFF is #67D100. Grayscale: #646464. Windows color (decimal): -6803713 or 16723608. OLE color: 16723608.

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

Color convert

RGB 152 46 255 -
CMYK 0.40 0.82 0 0
HSL 270.43º 1% 0.59% -
HSV(B) 270.43º 0.82% 1% -
XYZ 31.98 15.85 95.98 -
YUV 101.52 214.62 164.01 -
System Red Green Blue C M Y K H S L
Decimal 152 46 255 0.40 0.82 0 0 270.43 1 0.59
Hex 98 2E FF 28 52 0 0 10E 64 3B
Octal 230 56 377 50 122 0 0 416 144 73
Binary 10011000 101110 11111111 101000 1010010 0 0 100001110 1100100 111011

Color Harmonies of #982EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982EFF

Black with #982EFF

Text Example


Text Example

White with #982EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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