Html Css Color HEX #980FFC Blue Violet

📋 copy color: '#980FFC'

red 152 ◦ green 15 ◦ blue 252

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

Shades of Blue Violet #980FFC

Tints of Blue Violet #980FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.14%

R = 36.28%
G = 3.58%
B = 60.14%

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

#980FFC (or 0x980FFC) is known color: Blue Violet. HEX triplet: 98, 0F and FC. RGB value is (152,15,252). Sum of RGB (Red+Green+Blue) = 152+15+252=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 252 (98.83% from 255 or 60.14% from 419); Max value from RGB is 252 - color contains mainly: blue. Hex color #980FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980FFC is #67F003. Grayscale: #525252. Windows color (decimal): -6811652 or 16519064. OLE color: 16519064.

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

Color convert

RGB 152 15 252 -
CMYK 0.40 0.94 0 0.01
HSL 274.68º 0.98% 0.52% -
HSV(B) 274.68º 0.94% 0.99% -
XYZ 30.69 14.05 93.19 -
YUV 82.98 223.39 177.23 -
System Red Green Blue C M Y K H S L
Decimal 152 15 252 0.40 0.94 0 0.01 274.68 0.98 0.52
Hex 98 F FC 28 5E 0 1 113 62 34
Octal 230 17 374 50 136 0 1 423 142 64
Binary 10011000 1111 11111100 101000 1011110 0 1 100010011 1100010 110100

Color Harmonies of #980FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980FFC

Black with #980FFC

Text Example


Text Example

White with #980FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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