Html Css Color HEX #980CE3 Dark Violet

📋 copy color: '#980CE3'

red 152 ◦ green 12 ◦ blue 227

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

Shades of Dark Violet #980CE3

Tints of Dark Violet #980CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 58.06%

R = 38.87%
G = 3.07%
B = 58.06%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#980CE3 (or 0x980CE3) is known color: Dark Violet. HEX triplet: 98, 0C and E3. RGB value is (152,12,227). Sum of RGB (Red+Green+Blue) = 152+12+227=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 227 (89.06% from 255 or 58.06% from 391); Max value from RGB is 227 - color contains mainly: blue. Hex color #980CE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CE3 is #67F31C. Grayscale: #4D4D4D. Windows color (decimal): -6812445 or 14879896. OLE color: 14879896.

HSL color Cylindrical-coordinate representation of color #980CE3: hue angle of 279.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CE3 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 152 12 227 -
CMYK 0.33 0.95 0 0.11
HSL 279.07º 0.9% 0.47% -
HSV(B) 279.07º 0.95% 0.89% -
XYZ 26.95 12.48 73.66 -
YUV 78.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 152 12 227 0.33 0.95 0 0.11 279.07 0.9 0.47
Hex 98 C E3 21 5F 0 B 117 5A 2F
Octal 230 14 343 41 137 0 13 427 132 57
Binary 10011000 1100 11100011 100001 1011111 0 1011 100010111 1011010 101111

Color Harmonies of #980CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CE3

Black with #980CE3

Text Example


Text Example

White with #980CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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