Html Css Color HEX #973DEE Blue Violet

📋 copy color: '#973DEE'

red 151 ◦ green 61 ◦ blue 238

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

Shades of Blue Violet #973DEE

Tints of Blue Violet #973DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.89%

R = 33.56%
G = 13.56%
B = 52.89%

CMYK

 C value IS 0.37

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#973DEE (or 0x973DEE) is known color: Blue Violet. HEX triplet: 97, 3D and EE. RGB value is (151,61,238). Sum of RGB (Red+Green+Blue) = 151+61+238=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 238 (93.36% from 255 or 52.89% from 450); Max value from RGB is 238 - color contains mainly: blue. Hex color #973DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973DEE is #68C211. Grayscale: #6B6B6B. Windows color (decimal): -6865426 or 15613335. OLE color: 15613335.

HSL color Cylindrical-coordinate representation of color #973DEE: hue angle of 270.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973DEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 61 238 -
CMYK 0.37 0.74 0 0.07
HSL 270.51º 0.84% 0.59% -
HSV(B) 270.51º 0.74% 0.93% -
XYZ 29.86 16.09 82.42 -
YUV 108.09 201.32 158.61 -
System Red Green Blue C M Y K H S L
Decimal 151 61 238 0.37 0.74 0 0.07 270.51 0.84 0.59
Hex 97 3D EE 25 4A 0 7 10F 54 3B
Octal 227 75 356 45 112 0 7 417 124 73
Binary 10010111 111101 11101110 100101 1001010 0 111 100001111 1010100 111011

Color Harmonies of #973DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DEE

Black with #973DEE

Text Example


Text Example

White with #973DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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