Html Css Color HEX #99438D Violet Blue

📋 copy color: '#99438D'

red 153 ◦ green 67 ◦ blue 141

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

Shades of Violet Blue #99438D

Tints of Violet Blue #99438D

RGB

 RED value IS 153 (60.16% from 255) = 42.38%

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

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

R = 42.38%
G = 18.56%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99438D (or 0x99438D) is known color: Violet Blue. HEX triplet: 99, 43 and 8D. RGB value is (153,67,141). Sum of RGB (Red+Green+Blue) = 153+67+141=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99438D is #66BC72. Grayscale: #646464. Windows color (decimal): -6732915 or 9257881. OLE color: 9257881.

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

Color convert

RGB 153 67 141 -
CMYK 0 0.56 0.08 0.4
HSL 308.37º 0.39% 0.43% -
HSV(B) 308.37º 0.56% 0.6% -
XYZ 19.95 12.71 26.6 -
YUV 101.15 150.49 164.98 -
System Red Green Blue C M Y K H S L
Decimal 153 67 141 0 0.56 0.08 0.4 308.37 0.39 0.43
Hex 99 43 8D 0 38 8 28 134 27 2B
Octal 231 103 215 0 70 10 50 464 47 53
Binary 10011001 1000011 10001101 0 111000 1000 101000 100110100 100111 101011

Color Harmonies of #99438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99438D

Black with #99438D

Text Example


Text Example

White with #99438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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