Html Css Color HEX #982CE5 Blue Violet

📋 copy color: '#982CE5'

red 152 ◦ green 44 ◦ blue 229

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

Shades of Blue Violet #982CE5

Tints of Blue Violet #982CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.88%

R = 35.76%
G = 10.35%
B = 53.88%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#982CE5 (or 0x982CE5) is known color: Blue Violet. HEX triplet: 98, 2C and E5. RGB value is (152,44,229). Sum of RGB (Red+Green+Blue) = 152+44+229=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 44 (17.58% from 255 or 10.35% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #982CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #982CE5 is #67D31A. Grayscale: #606060. Windows color (decimal): -6804251 or 15019160. OLE color: 15019160.

HSL color Cylindrical-coordinate representation of color #982CE5: hue angle of 275.03º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982CE5 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 152 44 229 -
CMYK 0.34 0.81 0 0.10
HSL 275.03º 0.78% 0.54% -
HSV(B) 275.03º 0.81% 0.9% -
XYZ 27.99 14.13 75.38 -
YUV 97.38 202.28 166.96 -
System Red Green Blue C M Y K H S L
Decimal 152 44 229 0.34 0.81 0 0.10 275.03 0.78 0.54
Hex 98 2C E5 22 51 0 A 113 4E 36
Octal 230 54 345 42 121 0 12 423 116 66
Binary 10011000 101100 11100101 100010 1010001 0 1010 100010011 1001110 110110

Color Harmonies of #982CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982CE5

Black with #982CE5

Text Example


Text Example

White with #982CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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