Html Css Color HEX #982FEB Blue Violet

📋 copy color: '#982FEB'

red 152 ◦ green 47 ◦ blue 235

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

Shades of Blue Violet #982FEB

Tints of Blue Violet #982FEB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 35.02%
G = 10.83%
B = 54.15%

CMYK

 C value IS 0.35

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#982FEB (or 0x982FEB) is known color: Blue Violet. HEX triplet: 98, 2F and EB. RGB value is (152,47,235). Sum of RGB (Red+Green+Blue) = 152+47+235=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #982FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FEB is #67D014. Grayscale: #636363. Windows color (decimal): -6803477 or 15413144. OLE color: 15413144.

HSL color Cylindrical-coordinate representation of color #982FEB: hue angle of 273.51º 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 #982FEB is Cyan = 0.35, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 47 235 -
CMYK 0.35 0.8 0 0.08
HSL 273.51º 0.82% 0.55% -
HSV(B) 273.51º 0.8% 0.92% -
XYZ 28.96 14.71 79.91 -
YUV 99.83 204.29 165.21 -
System Red Green Blue C M Y K H S L
Decimal 152 47 235 0.35 0.8 0 0.08 273.51 0.82 0.55
Hex 98 2F EB 23 50 0 8 112 52 37
Octal 230 57 353 43 120 0 10 422 122 67
Binary 10011000 101111 11101011 100011 1010000 0 1000 100010010 1010010 110111

Color Harmonies of #982FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FEB

Black with #982FEB

Text Example


Text Example

White with #982FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,47,235); }

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

background-color css

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

 a { background-color: rgb(152,47,235); }

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

border-color css

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

 span { border-color: rgb(152,47,235); }

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