Html Css Color HEX #9F438D Violet Blue

📋 copy color: '#9F438D'

red 159 ◦ green 67 ◦ blue 141

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

Shades of Violet Blue #9F438D

Tints of Violet Blue #9F438D

RGB

 RED value IS 159 (62.5% from 255) = 43.32%

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

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

R = 43.32%
G = 18.26%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9F438D (or 0x9F438D) is known color: Violet Blue. HEX triplet: 9F, 43 and 8D. RGB value is (159,67,141). Sum of RGB (Red+Green+Blue) = 159+67+141=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F438D is #60BC72. Grayscale: #666666. Windows color (decimal): -6339699 or 9257887. OLE color: 9257887.

HSL color Cylindrical-coordinate representation of color #9F438D: hue angle of 311.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F438D is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 67 141 -
CMYK 0 0.58 0.11 0.38
HSL 311.74º 0.41% 0.44% -
HSV(B) 311.74º 0.58% 0.62% -
XYZ 21.11 13.31 26.66 -
YUV 102.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 159 67 141 0 0.58 0.11 0.38 311.74 0.41 0.44
Hex 9F 43 8D 0 3A B 26 138 29 2C
Octal 237 103 215 0 72 13 46 470 51 54
Binary 10011111 1000011 10001101 0 111010 1011 100110 100111000 101001 101100

Color Harmonies of #9F438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F438D

Black with #9F438D

Text Example


Text Example

White with #9F438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F438D; }

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

 H1.HeaderClassName
 {
   color: #9F438D;
 }
 .AnyTagClassName
 {
   color: #9F438D;
 }
</style>

background-color css

<style>
 a { background-color: #9F438D; }

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

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

border-color css

<style>
 span { border-color: #9F438D; }

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

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