Html Css Color HEX #980BCB Dark Violet

📋 copy color: '#980BCB'

red 152 ◦ green 11 ◦ blue 203

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

Shades of Dark Violet #980BCB

Tints of Dark Violet #980BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.01%

 BLUE value IS 203 (79.69% from 255) = 55.46%

R = 41.53%
G = 3.01%
B = 55.46%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#980BCB (or 0x980BCB) is known color: Dark Violet. HEX triplet: 98, 0B and CB. RGB value is (152,11,203). Sum of RGB (Red+Green+Blue) = 152+11+203=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #980BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BCB is #67F434. Grayscale: #4A4A4A. Windows color (decimal): -6812725 or 13306776. OLE color: 13306776.

HSL color Cylindrical-coordinate representation of color #980BCB: hue angle of 284.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980BCB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 11 203 -
CMYK 0.25 0.95 0 0.20
HSL 284.06º 0.9% 0.42% -
HSV(B) 284.06º 0.95% 0.8% -
XYZ 23.85 11.23 57.41 -
YUV 75.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 152 11 203 0.25 0.95 0 0.20 284.06 0.9 0.42
Hex 98 B CB 19 5F 0 14 11C 5A 2A
Octal 230 13 313 31 137 0 24 434 132 52
Binary 10011000 1011 11001011 11001 1011111 0 10100 100011100 1011010 101010

Color Harmonies of #980BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BCB

Black with #980BCB

Text Example


Text Example

White with #980BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,11,203); }

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

background-color css

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

 a { background-color: rgb(152,11,203); }

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

border-color css

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

 span { border-color: rgb(152,11,203); }

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