Html Css Color HEX #980CFA Blue Violet

📋 copy color: '#980CFA'

red 152 ◦ green 12 ◦ blue 250

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

Shades of Blue Violet #980CFA

Tints of Blue Violet #980CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.39%

R = 36.71%
G = 2.9%
B = 60.39%

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

#980CFA (or 0x980CFA) is known color: Blue Violet. HEX triplet: 98, 0C and FA. RGB value is (152,12,250). Sum of RGB (Red+Green+Blue) = 152+12+250=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #980CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CFA is #67F305. Grayscale: #505050. Windows color (decimal): -6812422 or 16387224. OLE color: 16387224.

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

Color convert

RGB 152 12 250 -
CMYK 0.39 0.95 0 0.02
HSL 275.29º 0.96% 0.51% -
HSV(B) 275.29º 0.95% 0.98% -
XYZ 30.34 13.84 91.52 -
YUV 80.99 223.38 178.65 -
System Red Green Blue C M Y K H S L
Decimal 152 12 250 0.39 0.95 0 0.02 275.29 0.96 0.51
Hex 98 C FA 27 5F 0 2 113 60 33
Octal 230 14 372 47 137 0 2 423 140 63
Binary 10011000 1100 11111010 100111 1011111 0 10 100010011 1100000 110011

Color Harmonies of #980CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CFA

Black with #980CFA

Text Example


Text Example

White with #980CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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