Html Css Color HEX #980CEB Dark Violet

📋 copy color: '#980CEB'

red 152 ◦ green 12 ◦ blue 235

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

Shades of Dark Violet #980CEB

Tints of Dark Violet #980CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.9%

R = 38.1%
G = 3.01%
B = 58.9%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#980CEB (or 0x980CEB) is known color: Dark Violet. HEX triplet: 98, 0C and EB. RGB value is (152,12,235). Sum of RGB (Red+Green+Blue) = 152+12+235=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 235 (92.19% from 255 or 58.90% from 399); Max value from RGB is 235 - color contains mainly: blue. Hex color #980CEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980CEB is #67F314. Grayscale: #4E4E4E. Windows color (decimal): -6812437 or 15404184. OLE color: 15404184.

HSL color Cylindrical-coordinate representation of color #980CEB: hue angle of 277.67º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980CEB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 12 235 -
CMYK 0.35 0.95 0 0.08
HSL 277.67º 0.9% 0.48% -
HSV(B) 277.67º 0.95% 0.92% -
XYZ 28.08 12.94 79.61 -
YUV 79.28 215.88 179.87 -
System Red Green Blue C M Y K H S L
Decimal 152 12 235 0.35 0.95 0 0.08 277.67 0.9 0.48
Hex 98 C EB 23 5F 0 8 116 5A 30
Octal 230 14 353 43 137 0 10 426 132 60
Binary 10011000 1100 11101011 100011 1011111 0 1000 100010110 1011010 110000

Color Harmonies of #980CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CEB

Black with #980CEB

Text Example


Text Example

White with #980CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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