Html Css Color HEX #98267B Dark Purple

📋 copy color: '#98267B'

red 152 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #98267B

Tints of Dark Purple #98267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.14%

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 48.56%
G = 12.14%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#98267B (or 0x98267B) is known color: Dark Purple. HEX triplet: 98, 26 and 7B. RGB value is (152,38,123). Sum of RGB (Red+Green+Blue) = 152+38+123=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98267B is #67D984. Grayscale: #515151. Windows color (decimal): -6805893 or 8070808. OLE color: 8070808.

HSL color Cylindrical-coordinate representation of color #98267B: hue angle of 315.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98267B is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 38 123 -
CMYK 0 0.75 0.19 0.40
HSL 315.26º 0.6% 0.37% -
HSV(B) 315.26º 0.75% 0.6% -
XYZ 17.22 9.49 19.66 -
YUV 81.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 152 38 123 0 0.75 0.19 0.40 315.26 0.6 0.37
Hex 98 26 7B 0 4B 13 28 13B 3C 25
Octal 230 46 173 0 113 23 50 473 74 45
Binary 10011000 100110 1111011 0 1001011 10011 101000 100111011 111100 100101

Color Harmonies of #98267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98267B

Black with #98267B

Text Example


Text Example

White with #98267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,38,123); }

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

background-color css

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

 a { background-color: rgb(152,38,123); }

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

border-color css

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

 span { border-color: rgb(152,38,123); }

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