Html Css Color HEX #980CED Dark Violet

📋 copy color: '#980CED'

red 152 ◦ green 12 ◦ blue 237

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

Shades of Dark Violet #980CED

Tints of Dark Violet #980CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 37.91%
G = 2.99%
B = 59.1%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#980CED (or 0x980CED) is known color: Dark Violet. HEX triplet: 98, 0C and ED. RGB value is (152,12,237). Sum of RGB (Red+Green+Blue) = 152+12+237=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 12 (5.08% from 255 or 2.99% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #980CED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CED is #67F312. Grayscale: #4E4E4E. Windows color (decimal): -6812435 or 15535256. OLE color: 15535256.

HSL color Cylindrical-coordinate representation of color #980CED: hue angle of 277.33º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CED is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 12 237 -
CMYK 0.36 0.95 0 0.07
HSL 277.33º 0.9% 0.49% -
HSV(B) 277.33º 0.95% 0.93% -
XYZ 28.37 13.05 81.15 -
YUV 79.51 216.88 179.7 -
System Red Green Blue C M Y K H S L
Decimal 152 12 237 0.36 0.95 0 0.07 277.33 0.9 0.49
Hex 98 C ED 24 5F 0 7 115 5A 31
Octal 230 14 355 44 137 0 7 425 132 61
Binary 10011000 1100 11101101 100100 1011111 0 111 100010101 1011010 110001

Color Harmonies of #980CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CED

Black with #980CED

Text Example


Text Example

White with #980CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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