Html Css Color HEX #981CEA Blue Violet

📋 copy color: '#981CEA'

red 152 ◦ green 28 ◦ blue 234

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

Shades of Blue Violet #981CEA

Tints of Blue Violet #981CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 36.71%
G = 6.76%
B = 56.52%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#981CEA (or 0x981CEA) is known color: Blue Violet. HEX triplet: 98, 1C and EA. RGB value is (152,28,234). Sum of RGB (Red+Green+Blue) = 152+28+234=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #981CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #981CEA is #67E315. Grayscale: #575757. Windows color (decimal): -6808342 or 15342744. OLE color: 15342744.

HSL color Cylindrical-coordinate representation of color #981CEA: hue angle of 276.12º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981CEA is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 28 234 -
CMYK 0.35 0.88 0 0.08
HSL 276.12º 0.83% 0.51% -
HSV(B) 276.12º 0.88% 0.92% -
XYZ 28.22 13.45 78.95 -
YUV 88.56 210.08 173.25 -
System Red Green Blue C M Y K H S L
Decimal 152 28 234 0.35 0.88 0 0.08 276.12 0.83 0.51
Hex 98 1C EA 23 58 0 8 114 53 33
Octal 230 34 352 43 130 0 10 424 123 63
Binary 10011000 11100 11101010 100011 1011000 0 1000 100010100 1010011 110011

Color Harmonies of #981CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981CEA

Black with #981CEA

Text Example


Text Example

White with #981CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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