Html Css Color HEX #981CDA Blue Violet

📋 copy color: '#981CDA'

red 152 ◦ green 28 ◦ blue 218

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

Shades of Blue Violet #981CDA

Tints of Blue Violet #981CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.04%

 BLUE value IS 218 (85.55% from 255) = 54.77%

R = 38.19%
G = 7.04%
B = 54.77%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#981CDA (or 0x981CDA) is known color: Blue Violet. HEX triplet: 98, 1C and DA. RGB value is (152,28,218). Sum of RGB (Red+Green+Blue) = 152+28+218=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 28 (11.33% from 255 or 7.04% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #981CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #981CDA is #67E325. Grayscale: #565656. Windows color (decimal): -6808358 or 14294168. OLE color: 14294168.

HSL color Cylindrical-coordinate representation of color #981CDA: hue angle of 279.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #981CDA is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 28 218 -
CMYK 0.30 0.87 0 0.15
HSL 279.16º 0.77% 0.48% -
HSV(B) 279.16º 0.87% 0.85% -
XYZ 26.02 12.57 67.38 -
YUV 86.74 202.08 174.55 -
System Red Green Blue C M Y K H S L
Decimal 152 28 218 0.30 0.87 0 0.15 279.16 0.77 0.48
Hex 98 1C DA 1E 57 0 F 117 4D 30
Octal 230 34 332 36 127 0 17 427 115 60
Binary 10011000 11100 11011010 11110 1010111 0 1111 100010111 1001101 110000

Color Harmonies of #981CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CDA

Black with #981CDA

Text Example


Text Example

White with #981CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981CDA; }

 p { color: rgb(152,28,218); }

 H1.HeaderClassName
 {
   color: #981CDA;
 }
 .AnyTagClassName
 {
   color: #981CDA;
 }
</style>

background-color css

<style>
 a { background-color: #981CDA; }

 a { background-color: rgb(152,28,218); }

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

border-color css

<style>
 span { border-color: #981CDA; }

 span { border-color: rgb(152,28,218); }

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