Html Css Color HEX #980BF6 Dark Violet

📋 copy color: '#980BF6'

red 152 ◦ green 11 ◦ blue 246

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

Shades of Dark Violet #980BF6

Tints of Dark Violet #980BF6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.69%

 BLUE value IS 246 (96.48% from 255) = 60.15%

R = 37.16%
G = 2.69%
B = 60.15%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#980BF6 (or 0x980BF6) is known color: Dark Violet. HEX triplet: 98, 0B and F6. RGB value is (152,11,246). Sum of RGB (Red+Green+Blue) = 152+11+246=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 11 (4.69% from 255 or 2.69% from 409); Blue value is 246 (96.48% from 255 or 60.15% from 409); Max value from RGB is 246 - color contains mainly: blue. Hex color #980BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BF6 is #67F409. Grayscale: #4F4F4F. Windows color (decimal): -6812682 or 16124824. OLE color: 16124824.

HSL color Cylindrical-coordinate representation of color #980BF6: hue angle of 276º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980BF6 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 152 11 246 -
CMYK 0.38 0.96 0 0.04
HSL 276º 0.93% 0.5% -
HSV(B) 276º 0.96% 0.96% -
XYZ 29.7 13.57 88.24 -
YUV 79.95 221.71 179.39 -
System Red Green Blue C M Y K H S L
Decimal 152 11 246 0.38 0.96 0 0.04 276 0.93 0.5
Hex 98 B F6 26 60 0 4 114 5D 32
Octal 230 13 366 46 140 0 4 424 135 62
Binary 10011000 1011 11110110 100110 1100000 0 100 100010100 1011101 110010

Color Harmonies of #980BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BF6

Black with #980BF6

Text Example


Text Example

White with #980BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,11,246); }

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

background-color css

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

 a { background-color: rgb(152,11,246); }

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

border-color css

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

 span { border-color: rgb(152,11,246); }

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