Html Css Color HEX #980FFB Blue Violet

📋 copy color: '#980FFB'

red 152 ◦ green 15 ◦ blue 251

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

Shades of Blue Violet #980FFB

Tints of Blue Violet #980FFB

RGB

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

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

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

R = 36.36%
G = 3.59%
B = 60.05%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#980FFB (or 0x980FFB) is known color: Blue Violet. HEX triplet: 98, 0F and FB. RGB value is (152,15,251). Sum of RGB (Red+Green+Blue) = 152+15+251=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #980FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FFB is #67F004. Grayscale: #525252. Windows color (decimal): -6811653 or 16453528. OLE color: 16453528.

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

Color convert

RGB 152 15 251 -
CMYK 0.39 0.94 0 0.02
HSL 274.83º 0.97% 0.52% -
HSV(B) 274.83º 0.94% 0.98% -
XYZ 30.53 13.98 92.36 -
YUV 82.87 222.89 177.31 -
System Red Green Blue C M Y K H S L
Decimal 152 15 251 0.39 0.94 0 0.02 274.83 0.97 0.52
Hex 98 F FB 27 5E 0 2 113 61 34
Octal 230 17 373 47 136 0 2 423 141 64
Binary 10011000 1111 11111011 100111 1011110 0 10 100010011 1100001 110100

Color Harmonies of #980FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FFB

Black with #980FFB

Text Example


Text Example

White with #980FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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