Html Css Color HEX #982CEB Blue Violet

📋 copy color: '#982CEB'

red 152 ◦ green 44 ◦ blue 235

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

Shades of Blue Violet #982CEB

Tints of Blue Violet #982CEB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.21%

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

R = 35.27%
G = 10.21%
B = 54.52%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#982CEB (or 0x982CEB) is known color: Blue Violet. HEX triplet: 98, 2C and EB. RGB value is (152,44,235). Sum of RGB (Red+Green+Blue) = 152+44+235=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #982CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982CEB is #67D314. Grayscale: #616161. Windows color (decimal): -6804245 or 15412376. OLE color: 15412376.

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

Color convert

RGB 152 44 235 -
CMYK 0.35 0.81 0 0.08
HSL 273.93º 0.83% 0.55% -
HSV(B) 273.93º 0.81% 0.92% -
XYZ 28.84 14.47 79.87 -
YUV 98.07 205.28 166.47 -
System Red Green Blue C M Y K H S L
Decimal 152 44 235 0.35 0.81 0 0.08 273.93 0.83 0.55
Hex 98 2C EB 23 51 0 8 112 53 37
Octal 230 54 353 43 121 0 10 422 123 67
Binary 10011000 101100 11101011 100011 1010001 0 1000 100010010 1010011 110111

Color Harmonies of #982CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CEB

Black with #982CEB

Text Example


Text Example

White with #982CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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