Html Css Color HEX #972BEB Blue Violet

📋 copy color: '#972BEB'

red 151 ◦ green 43 ◦ blue 235

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

Shades of Blue Violet #972BEB

Tints of Blue Violet #972BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

 BLUE value IS 235 (92.19% from 255) = 54.78%

R = 35.2%
G = 10.02%
B = 54.78%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#972BEB (or 0x972BEB) is known color: Blue Violet. HEX triplet: 97, 2B and EB. RGB value is (151,43,235). Sum of RGB (Red+Green+Blue) = 151+43+235=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #972BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #972BEB is #68D414. Grayscale: #606060. Windows color (decimal): -6870037 or 15412119. OLE color: 15412119.

HSL color Cylindrical-coordinate representation of color #972BEB: hue angle of 273.75º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #972BEB is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 43 235 -
CMYK 0.36 0.82 0 0.08
HSL 273.75º 0.83% 0.55% -
HSV(B) 273.75º 0.82% 0.92% -
XYZ 28.62 14.31 79.85 -
YUV 97.18 205.78 166.39 -
System Red Green Blue C M Y K H S L
Decimal 151 43 235 0.36 0.82 0 0.08 273.75 0.83 0.55
Hex 97 2B EB 24 52 0 8 112 53 37
Octal 227 53 353 44 122 0 10 422 123 67
Binary 10010111 101011 11101011 100100 1010010 0 1000 100010010 1010011 110111

Color Harmonies of #972BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972BEB

Black with #972BEB

Text Example


Text Example

White with #972BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,43,235); }

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

background-color css

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

 a { background-color: rgb(151,43,235); }

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

border-color css

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

 span { border-color: rgb(151,43,235); }

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