Html Css Color HEX #982FFD Blue Violet

📋 copy color: '#982FFD'

red 152 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #982FFD

Tints of Blue Violet #982FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 33.63%
G = 10.4%
B = 55.97%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#982FFD (or 0x982FFD) is known color: Blue Violet. HEX triplet: 98, 2F and FD. RGB value is (152,47,253). Sum of RGB (Red+Green+Blue) = 152+47+253=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 47 (18.75% from 255 or 10.40% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #982FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #982FFD is #67D002. Grayscale: #656565. Windows color (decimal): -6803459 or 16592792. OLE color: 16592792.

HSL color Cylindrical-coordinate representation of color #982FFD: hue angle of 270.58º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #982FFD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 47 253 -
CMYK 0.40 0.81 0 0.01
HSL 270.58º 0.98% 0.59% -
HSV(B) 270.58º 0.81% 0.99% -
XYZ 31.7 15.8 94.31 -
YUV 101.88 213.29 163.75 -
System Red Green Blue C M Y K H S L
Decimal 152 47 253 0.40 0.81 0 0.01 270.58 0.98 0.59
Hex 98 2F FD 28 51 0 1 10F 62 3B
Octal 230 57 375 50 121 0 1 417 142 73
Binary 10011000 101111 11111101 101000 1010001 0 1 100001111 1100010 111011

Color Harmonies of #982FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982FFD

Black with #982FFD

Text Example


Text Example

White with #982FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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