Html Css Color HEX #9808B4 Dark Violet

📋 copy color: '#9808B4'

red 152 ◦ green 8 ◦ blue 180

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

Shades of Dark Violet #9808B4

Tints of Dark Violet #9808B4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 44.71%
G = 2.35%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9808B4 (or 0x9808B4) is known color: Dark Violet. HEX triplet: 98, 08 and B4. RGB value is (152,8,180). Sum of RGB (Red+Green+Blue) = 152+8+180=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #9808B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9808B4 is #67F74B. Grayscale: #464646. Windows color (decimal): -6813516 or 11798680. OLE color: 11798680.

HSL color Cylindrical-coordinate representation of color #9808B4: hue angle of 290.23º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9808B4 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 152 8 180 -
CMYK 0.16 0.96 0 0.29
HSL 290.23º 0.91% 0.37% -
HSV(B) 290.23º 0.96% 0.71% -
XYZ 21.27 10.14 44.02 -
YUV 70.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 152 8 180 0.16 0.96 0 0.29 290.23 0.91 0.37
Hex 98 8 B4 10 60 0 1D 122 5B 25
Octal 230 10 264 20 140 0 35 442 133 45
Binary 10011000 1000 10110100 10000 1100000 0 11101 100100010 1011011 100101

Color Harmonies of #9808B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9808B4

Black with #9808B4

Text Example


Text Example

White with #9808B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9808B4; }

 p { color: rgb(152,8,180); }

 H1.HeaderClassName
 {
   color: #9808B4;
 }
 .AnyTagClassName
 {
   color: #9808B4;
 }
</style>

background-color css

<style>
 a { background-color: #9808B4; }

 a { background-color: rgb(152,8,180); }

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

border-color css

<style>
 span { border-color: #9808B4; }

 span { border-color: rgb(152,8,180); }

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