Html Css Color HEX #980CBF Dark Violet

📋 copy color: '#980CBF'

red 152 ◦ green 12 ◦ blue 191

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

Shades of Dark Violet #980CBF

Tints of Dark Violet #980CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 53.8%

R = 42.82%
G = 3.38%
B = 53.8%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980CBF (or 0x980CBF) is known color: Dark Violet. HEX triplet: 98, 0C and BF. RGB value is (152,12,191). Sum of RGB (Red+Green+Blue) = 152+12+191=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #980CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CBF is #67F340. Grayscale: #494949. Windows color (decimal): -6812481 or 12520600. OLE color: 12520600.

HSL color Cylindrical-coordinate representation of color #980CBF: hue angle of 286.93º 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 #980CBF is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 12 191 -
CMYK 0.20 0.94 0 0.25
HSL 286.93º 0.88% 0.4% -
HSV(B) 286.93º 0.94% 0.75% -
XYZ 22.48 10.7 50.17 -
YUV 74.27 193.88 183.45 -
System Red Green Blue C M Y K H S L
Decimal 152 12 191 0.20 0.94 0 0.25 286.93 0.88 0.4
Hex 98 C BF 14 5E 0 19 11F 58 28
Octal 230 14 277 24 136 0 31 437 130 50
Binary 10011000 1100 10111111 10100 1011110 0 11001 100011111 1011000 101000

Color Harmonies of #980CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980CBF

Black with #980CBF

Text Example


Text Example

White with #980CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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