Html Css Color HEX #974CEB Blue Violet

📋 copy color: '#974CEB'

red 151 ◦ green 76 ◦ blue 235

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

Shades of Blue Violet #974CEB

Tints of Blue Violet #974CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

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

R = 32.68%
G = 16.45%
B = 50.87%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#974CEB (or 0x974CEB) is known color: Blue Violet. HEX triplet: 97, 4C and EB. RGB value is (151,76,235). Sum of RGB (Red+Green+Blue) = 151+76+235=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #974CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CEB is #68B314. Grayscale: #737373. Windows color (decimal): -6861589 or 15420567. OLE color: 15420567.

HSL color Cylindrical-coordinate representation of color #974CEB: hue angle of 268.3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #974CEB is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 76 235 -
CMYK 0.36 0.68 0 0.08
HSL 268.3º 0.8% 0.61% -
HSV(B) 268.3º 0.68% 0.92% -
XYZ 30.34 17.75 80.42 -
YUV 116.55 194.85 152.57 -
System Red Green Blue C M Y K H S L
Decimal 151 76 235 0.36 0.68 0 0.08 268.3 0.8 0.61
Hex 97 4C EB 24 44 0 8 10C 50 3D
Octal 227 114 353 44 104 0 10 414 120 75
Binary 10010111 1001100 11101011 100100 1000100 0 1000 100001100 1010000 111101

Color Harmonies of #974CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CEB

Black with #974CEB

Text Example


Text Example

White with #974CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974CEB; }

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

 H1.HeaderClassName
 {
   color: #974CEB;
 }
 .AnyTagClassName
 {
   color: #974CEB;
 }
</style>

background-color css

<style>
 a { background-color: #974CEB; }

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

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

border-color css

<style>
 span { border-color: #974CEB; }

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

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