Html Css Color HEX #984CFF Blue Violet

📋 copy color: '#984CFF'

red 152 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #984CFF

Tints of Blue Violet #984CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 31.47%
G = 15.73%
B = 52.8%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#984CFF (or 0x984CFF) is known color: Blue Violet. HEX triplet: 98, 4C and FF. RGB value is (152,76,255). Sum of RGB (Red+Green+Blue) = 152+76+255=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #984CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #984CFF is #67B300. Grayscale: #767676. Windows color (decimal): -6796033 or 16731288. OLE color: 16731288.

HSL color Cylindrical-coordinate representation of color #984CFF: hue angle of 265.47º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984CFF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 76 255 -
CMYK 0.40 0.70 0 0
HSL 265.47º 1% 0.65% -
HSV(B) 265.47º 0.7% 1% -
XYZ 33.58 19.06 96.52 -
YUV 119.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 152 76 255 0.40 0.70 0 0 265.47 1 0.65
Hex 98 4C FF 28 46 0 0 109 64 41
Octal 230 114 377 50 106 0 0 411 144 101
Binary 10011000 1001100 11111111 101000 1000110 0 0 100001001 1100100 1000001

Color Harmonies of #984CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984CFF

Black with #984CFF

Text Example


Text Example

White with #984CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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