Html Css Color HEX #982FFA Blue Violet

📋 copy color: '#982FFA'

red 152 ◦ green 47 ◦ blue 250

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

Shades of Blue Violet #982FFA

Tints of Blue Violet #982FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.47%

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 33.85%
G = 10.47%
B = 55.68%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#982FFA (or 0x982FFA) is known color: Blue Violet. HEX triplet: 98, 2F and FA. RGB value is (152,47,250). Sum of RGB (Red+Green+Blue) = 152+47+250=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 47 (18.75% from 255 or 10.47% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #982FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FFA is #67D005. Grayscale: #646464. Windows color (decimal): -6803462 or 16396184. OLE color: 16396184.

HSL color Cylindrical-coordinate representation of color #982FFA: hue angle of 271.03º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982FFA is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 152 47 250 -
CMYK 0.39 0.81 0 0.02
HSL 271.03º 0.95% 0.58% -
HSV(B) 271.03º 0.81% 0.98% -
XYZ 31.22 15.61 91.81 -
YUV 101.54 211.79 163.99 -
System Red Green Blue C M Y K H S L
Decimal 152 47 250 0.39 0.81 0 0.02 271.03 0.95 0.58
Hex 98 2F FA 27 51 0 2 10F 5F 3A
Octal 230 57 372 47 121 0 2 417 137 72
Binary 10011000 101111 11111010 100111 1010001 0 10 100001111 1011111 111010

Color Harmonies of #982FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FFA

Black with #982FFA

Text Example


Text Example

White with #982FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982FFA; }

 p { color: rgb(152,47,250); }

 H1.HeaderClassName
 {
   color: #982FFA;
 }
 .AnyTagClassName
 {
   color: #982FFA;
 }
</style>

background-color css

<style>
 a { background-color: #982FFA; }

 a { background-color: rgb(152,47,250); }

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

border-color css

<style>
 span { border-color: #982FFA; }

 span { border-color: rgb(152,47,250); }

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