Html Css Color HEX #980DFB Blue Violet

📋 copy color: '#980DFB'

red 152 ◦ green 13 ◦ blue 251

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

Shades of Blue Violet #980DFB

Tints of Blue Violet #980DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.13%

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 36.54%
G = 3.13%
B = 60.34%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#980DFB (or 0x980DFB) is known color: Blue Violet. HEX triplet: 98, 0D and FB. RGB value is (152,13,251). Sum of RGB (Red+Green+Blue) = 152+13+251=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #980DFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980DFB is #67F204. Grayscale: #505050. Windows color (decimal): -6812165 or 16453016. OLE color: 16453016.

HSL color Cylindrical-coordinate representation of color #980DFB: hue angle of 275.04º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980DFB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 13 251 -
CMYK 0.39 0.95 0 0.02
HSL 275.04º 0.97% 0.52% -
HSV(B) 275.04º 0.95% 0.98% -
XYZ 30.51 13.93 92.35 -
YUV 81.69 223.55 178.15 -
System Red Green Blue C M Y K H S L
Decimal 152 13 251 0.39 0.95 0 0.02 275.04 0.97 0.52
Hex 98 D FB 27 5F 0 2 113 61 34
Octal 230 15 373 47 137 0 2 423 141 64
Binary 10011000 1101 11111011 100111 1011111 0 10 100010011 1100001 110100

Color Harmonies of #980DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980DFB

Black with #980DFB

Text Example


Text Example

White with #980DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,251); }

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

background-color css

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

 a { background-color: rgb(152,13,251); }

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

border-color css

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

 span { border-color: rgb(152,13,251); }

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