Html Css Color HEX #974EEF Blue Violet

📋 copy color: '#974EEF'

red 151 ◦ green 78 ◦ blue 239

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

Shades of Blue Violet #974EEF

Tints of Blue Violet #974EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.67%

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 32.26%
G = 16.67%
B = 51.07%

CMYK

 C value IS 0.37

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#974EEF (or 0x974EEF) is known color: Blue Violet. HEX triplet: 97, 4E and EF. RGB value is (151,78,239). Sum of RGB (Red+Green+Blue) = 151+78+239=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #974EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EEF is #68B110. Grayscale: #757575. Windows color (decimal): -6861073 or 15683223. OLE color: 15683223.

HSL color Cylindrical-coordinate representation of color #974EEF: hue angle of 267.2º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974EEF is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 78 239 -
CMYK 0.37 0.67 0 0.06
HSL 267.21º 0.83% 0.62% -
HSV(B) 267.21º 0.67% 0.94% -
XYZ 31.07 18.26 83.55 -
YUV 118.18 196.18 151.41 -
System Red Green Blue C M Y K H S L
Decimal 151 78 239 0.37 0.67 0 0.06 267.21 0.83 0.62
Hex 97 4E EF 25 43 0 6 10B 53 3E
Octal 227 116 357 45 103 0 6 413 123 76
Binary 10010111 1001110 11101111 100101 1000011 0 110 100001011 1010011 111110

Color Harmonies of #974EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EEF

Black with #974EEF

Text Example


Text Example

White with #974EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,78,239); }

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

background-color css

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

 a { background-color: rgb(151,78,239); }

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

border-color css

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

 span { border-color: rgb(151,78,239); }

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