Html Css Color HEX #980EFD Blue Violet

📋 copy color: '#980EFD'

red 152 ◦ green 14 ◦ blue 253

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

Shades of Blue Violet #980EFD

Tints of Blue Violet #980EFD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.34%

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

R = 36.28%
G = 3.34%
B = 60.38%

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

#980EFD (or 0x980EFD) is known color: Blue Violet. HEX triplet: 98, 0E and FD. RGB value is (152,14,253). Sum of RGB (Red+Green+Blue) = 152+14+253=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #980EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980EFD is #67F102. Grayscale: #515151. Windows color (decimal): -6811907 or 16584344. OLE color: 16584344.

HSL color Cylindrical-coordinate representation of color #980EFD: hue angle of 274.64º 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 #980EFD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 14 253 -
CMYK 0.40 0.94 0 0.01
HSL 274.64º 0.98% 0.52% -
HSV(B) 274.64º 0.94% 0.99% -
XYZ 30.84 14.08 94.02 -
YUV 82.51 224.22 177.57 -
System Red Green Blue C M Y K H S L
Decimal 152 14 253 0.40 0.94 0 0.01 274.64 0.98 0.52
Hex 98 E FD 28 5E 0 1 113 62 34
Octal 230 16 375 50 136 0 1 423 142 64
Binary 10011000 1110 11111101 101000 1011110 0 1 100010011 1100010 110100

Color Harmonies of #980EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EFD

Black with #980EFD

Text Example


Text Example

White with #980EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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