Html Css Color HEX #980BEE Dark Violet

📋 copy color: '#980BEE'

red 152 ◦ green 11 ◦ blue 238

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

Shades of Dark Violet #980BEE

Tints of Dark Violet #980BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 59.35%

R = 37.91%
G = 2.74%
B = 59.35%

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

#980BEE (or 0x980BEE) is known color: Dark Violet. HEX triplet: 98, 0B and EE. RGB value is (152,11,238). Sum of RGB (Red+Green+Blue) = 152+11+238=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #980BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980BEE is #67F411. Grayscale: #4E4E4E. Windows color (decimal): -6812690 or 15600536. OLE color: 15600536.

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

Color convert

RGB 152 11 238 -
CMYK 0.36 0.95 0 0.07
HSL 277.27º 0.91% 0.49% -
HSV(B) 277.27º 0.95% 0.93% -
XYZ 28.5 13.09 81.91 -
YUV 79.04 217.71 180.04 -
System Red Green Blue C M Y K H S L
Decimal 152 11 238 0.36 0.95 0 0.07 277.27 0.91 0.49
Hex 98 B EE 24 5F 0 7 115 5B 31
Octal 230 13 356 44 137 0 7 425 133 61
Binary 10011000 1011 11101110 100100 1011111 0 111 100010101 1011011 110001

Color Harmonies of #980BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980BEE

Black with #980BEE

Text Example


Text Example

White with #980BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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