Html Css Color HEX #973DFF Blue Violet

📋 copy color: '#973DFF'

red 151 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #973DFF

Tints of Blue Violet #973DFF

RGB

 RED value IS 151 (59.38% from 255) = 32.33%

 GREEN value IS 61 (24.22% from 255) = 13.06%

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

R = 32.33%
G = 13.06%
B = 54.6%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#973DFF (or 0x973DFF) is known color: Blue Violet. HEX triplet: 97, 3D and FF. RGB value is (151,61,255). Sum of RGB (Red+Green+Blue) = 151+61+255=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 61 (24.22% from 255 or 13.06% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #973DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973DFF is #68C200. Grayscale: #6D6D6D. Windows color (decimal): -6865409 or 16727447. OLE color: 16727447.

HSL color Cylindrical-coordinate representation of color #973DFF: hue angle of 267.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #973DFF is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 151 61 255 -
CMYK 0.41 0.76 0 0
HSL 267.84º 1% 0.62% -
HSV(B) 267.84º 0.76% 1% -
XYZ 32.48 17.14 96.2 -
YUV 110.03 209.82 157.23 -
System Red Green Blue C M Y K H S L
Decimal 151 61 255 0.41 0.76 0 0 267.84 1 0.62
Hex 97 3D FF 29 4C 0 0 10C 64 3E
Octal 227 75 377 51 114 0 0 414 144 76
Binary 10010111 111101 11111111 101001 1001100 0 0 100001100 1100100 111110

Color Harmonies of #973DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DFF

Black with #973DFF

Text Example


Text Example

White with #973DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973DFF; }

 p { color: rgb(151,61,255); }

 H1.HeaderClassName
 {
   color: #973DFF;
 }
 .AnyTagClassName
 {
   color: #973DFF;
 }
</style>

background-color css

<style>
 a { background-color: #973DFF; }

 a { background-color: rgb(151,61,255); }

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

border-color css

<style>
 span { border-color: #973DFF; }

 span { border-color: rgb(151,61,255); }

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