Html Css Color HEX #9828B2 Dark Orchid

📋 copy color: '#9828B2'

red 152 ◦ green 40 ◦ blue 178

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

Shades of Dark Orchid #9828B2

Tints of Dark Orchid #9828B2

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.81%

 BLUE value IS 178 (69.92% from 255) = 48.11%

R = 41.08%
G = 10.81%
B = 48.11%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9828B2 (or 0x9828B2) is known color: Dark Orchid. HEX triplet: 98, 28 and B2. RGB value is (152,40,178). Sum of RGB (Red+Green+Blue) = 152+40+178=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #9828B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9828B2 is #67D74D. Grayscale: #585858. Windows color (decimal): -6805326 or 11675800. OLE color: 11675800.

HSL color Cylindrical-coordinate representation of color #9828B2: hue angle of 288.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9828B2 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 40 178 -
CMYK 0.15 0.78 0 0.30
HSL 288.7º 0.63% 0.43% -
HSV(B) 288.7º 0.78% 0.7% -
XYZ 21.74 11.41 43.18 -
YUV 89.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 152 40 178 0.15 0.78 0 0.30 288.7 0.63 0.43
Hex 98 28 B2 F 4E 0 1E 121 3F 2B
Octal 230 50 262 17 116 0 36 441 77 53
Binary 10011000 101000 10110010 1111 1001110 0 11110 100100001 111111 101011

Color Harmonies of #9828B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9828B2

Black with #9828B2

Text Example


Text Example

White with #9828B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9828B2; }

 p { color: rgb(152,40,178); }

 H1.HeaderClassName
 {
   color: #9828B2;
 }
 .AnyTagClassName
 {
   color: #9828B2;
 }
</style>

background-color css

<style>
 a { background-color: #9828B2; }

 a { background-color: rgb(152,40,178); }

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

border-color css

<style>
 span { border-color: #9828B2; }

 span { border-color: rgb(152,40,178); }

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