Html Css Color HEX #980CE0 Dark Violet

📋 copy color: '#980CE0'

red 152 ◦ green 12 ◦ blue 224

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

Shades of Dark Violet #980CE0

Tints of Dark Violet #980CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 57.73%

R = 39.18%
G = 3.09%
B = 57.73%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#980CE0 (or 0x980CE0) is known color: Dark Violet. HEX triplet: 98, 0C and E0. RGB value is (152,12,224). Sum of RGB (Red+Green+Blue) = 152+12+224=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 224 (87.89% from 255 or 57.73% from 388); Max value from RGB is 224 - color contains mainly: blue. Hex color #980CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CE0 is #67F31F. Grayscale: #4D4D4D. Windows color (decimal): -6812448 or 14683288. OLE color: 14683288.

HSL color Cylindrical-coordinate representation of color #980CE0: hue angle of 279.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CE0 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 12 224 -
CMYK 0.32 0.95 0 0.12
HSL 279.62º 0.9% 0.46% -
HSV(B) 279.62º 0.95% 0.88% -
XYZ 26.53 12.32 71.5 -
YUV 78.03 210.38 180.76 -
System Red Green Blue C M Y K H S L
Decimal 152 12 224 0.32 0.95 0 0.12 279.62 0.9 0.46
Hex 98 C E0 20 5F 0 C 118 5A 2E
Octal 230 14 340 40 137 0 14 430 132 56
Binary 10011000 1100 11100000 100000 1011111 0 1100 100011000 1011010 101110

Color Harmonies of #980CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CE0

Black with #980CE0

Text Example


Text Example

White with #980CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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