Html Css Color HEX #974CE9 Blue Violet

📋 copy color: '#974CE9'

red 151 ◦ green 76 ◦ blue 233

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

Shades of Blue Violet #974CE9

Tints of Blue Violet #974CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.65%

R = 32.83%
G = 16.52%
B = 50.65%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#974CE9 (or 0x974CE9) is known color: Blue Violet. HEX triplet: 97, 4C and E9. RGB value is (151,76,233). Sum of RGB (Red+Green+Blue) = 151+76+233=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #974CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #974CE9 is #68B316. Grayscale: #737373. Windows color (decimal): -6861591 or 15289495. OLE color: 15289495.

HSL color Cylindrical-coordinate representation of color #974CE9: hue angle of 268.66º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974CE9 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 76 233 -
CMYK 0.35 0.67 0 0.09
HSL 268.66º 0.78% 0.61% -
HSV(B) 268.66º 0.67% 0.91% -
XYZ 30.05 17.63 78.91 -
YUV 116.32 193.85 152.73 -
System Red Green Blue C M Y K H S L
Decimal 151 76 233 0.35 0.67 0 0.09 268.66 0.78 0.61
Hex 97 4C E9 23 43 0 9 10D 4E 3D
Octal 227 114 351 43 103 0 11 415 116 75
Binary 10010111 1001100 11101001 100011 1000011 0 1001 100001101 1001110 111101

Color Harmonies of #974CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CE9

Black with #974CE9

Text Example


Text Example

White with #974CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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