Html Css Color HEX #980FFD Blue Violet

📋 copy color: '#980FFD'

red 152 ◦ green 15 ◦ blue 253

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

Shades of Blue Violet #980FFD

Tints of Blue Violet #980FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.24%

R = 36.19%
G = 3.57%
B = 60.24%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#980FFD (or 0x980FFD) is known color: Blue Violet. HEX triplet: 98, 0F and FD. RGB value is (152,15,253). Sum of RGB (Red+Green+Blue) = 152+15+253=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #980FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FFD is #67F002. Grayscale: #525252. Windows color (decimal): -6811651 or 16584600. OLE color: 16584600.

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

Color convert

RGB 152 15 253 -
CMYK 0.40 0.94 0 0.01
HSL 274.54º 0.98% 0.53% -
HSV(B) 274.54º 0.94% 0.99% -
XYZ 30.85 14.11 94.03 -
YUV 83.1 223.89 177.15 -
System Red Green Blue C M Y K H S L
Decimal 152 15 253 0.40 0.94 0 0.01 274.54 0.98 0.53
Hex 98 F FD 28 5E 0 1 113 62 35
Octal 230 17 375 50 136 0 1 423 142 65
Binary 10011000 1111 11111101 101000 1011110 0 1 100010011 1100010 110101

Color Harmonies of #980FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FFD

Black with #980FFD

Text Example


Text Example

White with #980FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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