Html Css Color HEX #97438D Violet Blue

📋 copy color: '#97438D'

red 151 ◦ green 67 ◦ blue 141

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

Shades of Violet Blue #97438D

Tints of Violet Blue #97438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.66%

 BLUE value IS 141 (55.47% from 255) = 39.28%

R = 42.06%
G = 18.66%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97438D (or 0x97438D) is known color: Violet Blue. HEX triplet: 97, 43 and 8D. RGB value is (151,67,141). Sum of RGB (Red+Green+Blue) = 151+67+141=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #97438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97438D is #68BC72. Grayscale: #646464. Windows color (decimal): -6863987 or 9257879. OLE color: 9257879.

HSL color Cylindrical-coordinate representation of color #97438D: hue angle of 307.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #97438D is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 67 141 -
CMYK 0 0.56 0.07 0.41
HSL 307.14º 0.39% 0.43% -
HSV(B) 307.14º 0.56% 0.59% -
XYZ 19.58 12.52 26.58 -
YUV 100.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 151 67 141 0 0.56 0.07 0.41 307.14 0.39 0.43
Hex 97 43 8D 0 38 7 29 133 27 2B
Octal 227 103 215 0 70 7 51 463 47 53
Binary 10010111 1000011 10001101 0 111000 111 101001 100110011 100111 101011

Color Harmonies of #97438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97438D

Black with #97438D

Text Example


Text Example

White with #97438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97438D; }

 p { color: rgb(151,67,141); }

 H1.HeaderClassName
 {
   color: #97438D;
 }
 .AnyTagClassName
 {
   color: #97438D;
 }
</style>

background-color css

<style>
 a { background-color: #97438D; }

 a { background-color: rgb(151,67,141); }

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

border-color css

<style>
 span { border-color: #97438D; }

 span { border-color: rgb(151,67,141); }

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