Html Css Color HEX #972FDD Blue Violet

📋 copy color: '#972FDD'

red 151 ◦ green 47 ◦ blue 221

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

Shades of Blue Violet #972FDD

Tints of Blue Violet #972FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 36.04%
G = 11.22%
B = 52.74%

CMYK

 C value IS 0.32

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#972FDD (or 0x972FDD) is known color: Blue Violet. HEX triplet: 97, 2F and DD. RGB value is (151,47,221). Sum of RGB (Red+Green+Blue) = 151+47+221=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #972FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972FDD is #68D022. Grayscale: #616161. Windows color (decimal): -6869027 or 14495639. OLE color: 14495639.

HSL color Cylindrical-coordinate representation of color #972FDD: hue angle of 275.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972FDD is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 47 221 -
CMYK 0.32 0.79 0 0.13
HSL 275.86º 0.72% 0.53% -
HSV(B) 275.86º 0.79% 0.87% -
XYZ 26.83 13.83 69.66 -
YUV 97.93 197.46 165.85 -
System Red Green Blue C M Y K H S L
Decimal 151 47 221 0.32 0.79 0 0.13 275.86 0.72 0.53
Hex 97 2F DD 20 4F 0 D 114 48 35
Octal 227 57 335 40 117 0 15 424 110 65
Binary 10010111 101111 11011101 100000 1001111 0 1101 100010100 1001000 110101

Color Harmonies of #972FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972FDD

Black with #972FDD

Text Example


Text Example

White with #972FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972FDD; }

 p { color: rgb(151,47,221); }

 H1.HeaderClassName
 {
   color: #972FDD;
 }
 .AnyTagClassName
 {
   color: #972FDD;
 }
</style>

background-color css

<style>
 a { background-color: #972FDD; }

 a { background-color: rgb(151,47,221); }

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

border-color css

<style>
 span { border-color: #972FDD; }

 span { border-color: rgb(151,47,221); }

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