Html Css Color HEX #98438E Violet Blue

📋 copy color: '#98438E'

red 152 ◦ green 67 ◦ blue 142

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

Shades of Violet Blue #98438E

Tints of Violet Blue #98438E

RGB

 RED value IS 152 (59.77% from 255) = 42.11%

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

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 42.11%
G = 18.56%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98438E (or 0x98438E) is known color: Violet Blue. HEX triplet: 98, 43 and 8E. RGB value is (152,67,142). Sum of RGB (Red+Green+Blue) = 152+67+142=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438E is #67BC71. Grayscale: #646464. Windows color (decimal): -6798450 or 9323416. OLE color: 9323416.

HSL color Cylindrical-coordinate representation of color #98438E: hue angle of 307.06º 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 #98438E is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 67 142 -
CMYK 0 0.56 0.07 0.40
HSL 307.06º 0.39% 0.43% -
HSV(B) 307.06º 0.56% 0.6% -
XYZ 19.84 12.64 26.99 -
YUV 100.97 151.16 164.4 -
System Red Green Blue C M Y K H S L
Decimal 152 67 142 0 0.56 0.07 0.40 307.06 0.39 0.43
Hex 98 43 8E 0 38 7 28 133 27 2B
Octal 230 103 216 0 70 7 50 463 47 53
Binary 10011000 1000011 10001110 0 111000 111 101000 100110011 100111 101011

Color Harmonies of #98438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98438E

Black with #98438E

Text Example


Text Example

White with #98438E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98438E; }

 p { color: rgb(152,67,142); }

 H1.HeaderClassName
 {
   color: #98438E;
 }
 .AnyTagClassName
 {
   color: #98438E;
 }
</style>

background-color css

<style>
 a { background-color: #98438E; }

 a { background-color: rgb(152,67,142); }

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

border-color css

<style>
 span { border-color: #98438E; }

 span { border-color: rgb(152,67,142); }

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