Html Css Color HEX #980BEC Dark Violet

📋 copy color: '#980BEC'

red 152 ◦ green 11 ◦ blue 236

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

Shades of Dark Violet #980BEC

Tints of Dark Violet #980BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 38.1%
G = 2.76%
B = 59.15%

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

#980BEC (or 0x980BEC) is known color: Dark Violet. HEX triplet: 98, 0B and EC. RGB value is (152,11,236). Sum of RGB (Red+Green+Blue) = 152+11+236=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #980BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BEC is #67F413. Grayscale: #4E4E4E. Windows color (decimal): -6812692 or 15469464. OLE color: 15469464.

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

Color convert

RGB 152 11 236 -
CMYK 0.36 0.95 0 0.07
HSL 277.6º 0.91% 0.48% -
HSV(B) 277.6º 0.95% 0.93% -
XYZ 28.21 12.97 80.37 -
YUV 78.81 216.71 180.2 -
System Red Green Blue C M Y K H S L
Decimal 152 11 236 0.36 0.95 0 0.07 277.6 0.91 0.48
Hex 98 B EC 24 5F 0 7 116 5B 30
Octal 230 13 354 44 137 0 7 426 133 60
Binary 10011000 1011 11101100 100100 1011111 0 111 100010110 1011011 110000

Color Harmonies of #980BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BEC

Black with #980BEC

Text Example


Text Example

White with #980BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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