Html Css Color HEX #98438B Violet Blue

📋 copy color: '#98438B'

red 152 ◦ green 67 ◦ blue 139

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

Shades of Violet Blue #98438B

Tints of Violet Blue #98438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.83%

R = 42.46%
G = 18.72%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98438B (or 0x98438B) is known color: Violet Blue. HEX triplet: 98, 43 and 8B. RGB value is (152,67,139). Sum of RGB (Red+Green+Blue) = 152+67+139=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #98438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98438B is #67BC74. Grayscale: #646464. Windows color (decimal): -6798453 or 9126808. OLE color: 9126808.

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

Color convert

RGB 152 67 139 -
CMYK 0 0.56 0.09 0.40
HSL 309.18º 0.39% 0.43% -
HSV(B) 309.18º 0.56% 0.6% -
XYZ 19.62 12.55 25.82 -
YUV 100.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 152 67 139 0 0.56 0.09 0.40 309.18 0.39 0.43
Hex 98 43 8B 0 38 9 28 135 27 2B
Octal 230 103 213 0 70 11 50 465 47 53
Binary 10011000 1000011 10001011 0 111000 1001 101000 100110101 100111 101011

Color Harmonies of #98438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98438B

Black with #98438B

Text Example


Text Example

White with #98438B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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