Html Css Color HEX #980CFB Blue Violet

📋 copy color: '#980CFB'

red 152 ◦ green 12 ◦ blue 251

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

Shades of Blue Violet #980CFB

Tints of Blue Violet #980CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.89%

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

R = 36.63%
G = 2.89%
B = 60.48%

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

#980CFB (or 0x980CFB) is known color: Blue Violet. HEX triplet: 98, 0C and FB. RGB value is (152,12,251). Sum of RGB (Red+Green+Blue) = 152+12+251=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 12 (5.08% from 255 or 2.89% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #980CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CFB is #67F304. Grayscale: #505050. Windows color (decimal): -6812421 or 16452760. OLE color: 16452760.

HSL color Cylindrical-coordinate representation of color #980CFB: hue angle of 275.15º 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 #980CFB is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 12 251 -
CMYK 0.39 0.95 0 0.02
HSL 275.15º 0.97% 0.52% -
HSV(B) 275.15º 0.95% 0.98% -
XYZ 30.49 13.9 92.34 -
YUV 81.11 223.88 178.57 -
System Red Green Blue C M Y K H S L
Decimal 152 12 251 0.39 0.95 0 0.02 275.15 0.97 0.52
Hex 98 C FB 27 5F 0 2 113 61 34
Octal 230 14 373 47 137 0 2 423 141 64
Binary 10011000 1100 11111011 100111 1011111 0 10 100010011 1100001 110100

Color Harmonies of #980CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CFB

Black with #980CFB

Text Example


Text Example

White with #980CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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