Html Css Color HEX #980FFE Blue Violet

📋 copy color: '#980FFE'

red 152 ◦ green 15 ◦ blue 254

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

Shades of Blue Violet #980FFE

Tints of Blue Violet #980FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.56%

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

R = 36.1%
G = 3.56%
B = 60.33%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#980FFE (or 0x980FFE) is known color: Blue Violet. HEX triplet: 98, 0F and FE. RGB value is (152,15,254). Sum of RGB (Red+Green+Blue) = 152+15+254=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #980FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FFE is #67F001. Grayscale: #525252. Windows color (decimal): -6811650 or 16650136. OLE color: 16650136.

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

Color convert

RGB 152 15 254 -
CMYK 0.40 0.94 0 0.00
HSL 274.39º 0.99% 0.53% -
HSV(B) 274.39º 0.94% 1% -
XYZ 31.01 14.17 94.87 -
YUV 83.21 224.39 177.07 -
System Red Green Blue C M Y K H S L
Decimal 152 15 254 0.40 0.94 0 0.00 274.39 0.99 0.53
Hex 98 F FE 28 5E 0 0 112 63 35
Octal 230 17 376 50 136 0 0 422 143 65
Binary 10011000 1111 11111110 101000 1011110 0 0 100010010 1100011 110101

Color Harmonies of #980FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FFE

Black with #980FFE

Text Example


Text Example

White with #980FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980FFE; }

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

 H1.HeaderClassName
 {
   color: #980FFE;
 }
 .AnyTagClassName
 {
   color: #980FFE;
 }
</style>

background-color css

<style>
 a { background-color: #980FFE; }

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

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

border-color css

<style>
 span { border-color: #980FFE; }

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

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