Html Css Color HEX #980CBE Dark Violet

📋 copy color: '#980CBE'

red 152 ◦ green 12 ◦ blue 190

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

Shades of Dark Violet #980CBE

Tints of Dark Violet #980CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.67%

R = 42.94%
G = 3.39%
B = 53.67%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980CBE (or 0x980CBE) is known color: Dark Violet. HEX triplet: 98, 0C and BE. RGB value is (152,12,190). Sum of RGB (Red+Green+Blue) = 152+12+190=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 12 (5.08% from 255 or 3.39% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #980CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBE is #67F341. Grayscale: #494949. Windows color (decimal): -6812482 or 12455064. OLE color: 12455064.

HSL color Cylindrical-coordinate representation of color #980CBE: hue angle of 287.19º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CBE is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 12 190 -
CMYK 0.2 0.94 0 0.25
HSL 287.19º 0.88% 0.4% -
HSV(B) 287.19º 0.94% 0.75% -
XYZ 22.37 10.66 49.59 -
YUV 74.15 193.38 183.53 -
System Red Green Blue C M Y K H S L
Decimal 152 12 190 0.2 0.94 0 0.25 287.19 0.88 0.4
Hex 98 C BE 14 5E 0 19 11F 58 28
Octal 230 14 276 24 136 0 31 437 130 50
Binary 10011000 1100 10111110 10100 1011110 0 11001 100011111 1011000 101000

Color Harmonies of #980CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CBE

Black with #980CBE

Text Example


Text Example

White with #980CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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