Html Css Color HEX #983BFD Blue Violet

📋 copy color: '#983BFD'

red 152 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #983BFD

Tints of Blue Violet #983BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.72%

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

R = 32.76%
G = 12.72%
B = 54.53%

CMYK

 C value IS 0.40

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#983BFD (or 0x983BFD) is known color: Blue Violet. HEX triplet: 98, 3B and FD. RGB value is (152,59,253). Sum of RGB (Red+Green+Blue) = 152+59+253=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #983BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #983BFD is #67C402. Grayscale: #6C6C6C. Windows color (decimal): -6800387 or 16595864. OLE color: 16595864.

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

Color convert

RGB 152 59 253 -
CMYK 0.40 0.77 0 0.01
HSL 268.76º 0.98% 0.61% -
HSV(B) 268.76º 0.77% 0.99% -
XYZ 32.24 16.9 94.49 -
YUV 108.92 209.31 158.73 -
System Red Green Blue C M Y K H S L
Decimal 152 59 253 0.40 0.77 0 0.01 268.76 0.98 0.61
Hex 98 3B FD 28 4D 0 1 10D 62 3D
Octal 230 73 375 50 115 0 1 415 142 75
Binary 10011000 111011 11111101 101000 1001101 0 1 100001101 1100010 111101

Color Harmonies of #983BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983BFD

Black with #983BFD

Text Example


Text Example

White with #983BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983BFD; }

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

 H1.HeaderClassName
 {
   color: #983BFD;
 }
 .AnyTagClassName
 {
   color: #983BFD;
 }
</style>

background-color css

<style>
 a { background-color: #983BFD; }

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

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

border-color css

<style>
 span { border-color: #983BFD; }

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

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