Html Css Color HEX #984CEB Blue Violet

📋 copy color: '#984CEB'

red 152 ◦ green 76 ◦ blue 235

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

Shades of Blue Violet #984CEB

Tints of Blue Violet #984CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.41%

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 32.83%
G = 16.41%
B = 50.76%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#984CEB (or 0x984CEB) is known color: Blue Violet. HEX triplet: 98, 4C and EB. RGB value is (152,76,235). Sum of RGB (Red+Green+Blue) = 152+76+235=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 76 (30.08% from 255 or 16.41% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #984CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CEB is #67B314. Grayscale: #747474. Windows color (decimal): -6796053 or 15420568. OLE color: 15420568.

HSL color Cylindrical-coordinate representation of color #984CEB: hue angle of 268.68º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984CEB is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 76 235 -
CMYK 0.35 0.68 0 0.08
HSL 268.68º 0.8% 0.61% -
HSV(B) 268.68º 0.68% 0.92% -
XYZ 30.53 17.84 80.43 -
YUV 116.85 194.68 153.07 -
System Red Green Blue C M Y K H S L
Decimal 152 76 235 0.35 0.68 0 0.08 268.68 0.8 0.61
Hex 98 4C EB 23 44 0 8 10D 50 3D
Octal 230 114 353 43 104 0 10 415 120 75
Binary 10011000 1001100 11101011 100011 1000100 0 1000 100001101 1010000 111101

Color Harmonies of #984CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CEB

Black with #984CEB

Text Example


Text Example

White with #984CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984CEB; }

 p { color: rgb(152,76,235); }

 H1.HeaderClassName
 {
   color: #984CEB;
 }
 .AnyTagClassName
 {
   color: #984CEB;
 }
</style>

background-color css

<style>
 a { background-color: #984CEB; }

 a { background-color: rgb(152,76,235); }

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

border-color css

<style>
 span { border-color: #984CEB; }

 span { border-color: rgb(152,76,235); }

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