Html Css Color HEX #9829CD Dark Orchid

📋 copy color: '#9829CD'

red 152 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #9829CD

Tints of Dark Orchid #9829CD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.3%

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 38.19%
G = 10.3%
B = 51.51%

CMYK

 C value IS 0.26

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9829CD (or 0x9829CD) is known color: Dark Orchid. HEX triplet: 98, 29 and CD. RGB value is (152,41,205). Sum of RGB (Red+Green+Blue) = 152+41+205=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #9829CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9829CD is #67D632. Grayscale: #5C5C5C. Windows color (decimal): -6805043 or 13445528. OLE color: 13445528.

HSL color Cylindrical-coordinate representation of color #9829CD: hue angle of 280.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9829CD is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 41 205 -
CMYK 0.26 0.8 0 0.20
HSL 280.61º 0.67% 0.48% -
HSV(B) 280.61º 0.8% 0.8% -
XYZ 24.76 12.67 58.9 -
YUV 92.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 152 41 205 0.26 0.8 0 0.20 280.61 0.67 0.48
Hex 98 29 CD 1A 50 0 14 119 43 30
Octal 230 51 315 32 120 0 24 431 103 60
Binary 10011000 101001 11001101 11010 1010000 0 10100 100011001 1000011 110000

Color Harmonies of #9829CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9829CD

Black with #9829CD

Text Example


Text Example

White with #9829CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9829CD; }

 p { color: rgb(152,41,205); }

 H1.HeaderClassName
 {
   color: #9829CD;
 }
 .AnyTagClassName
 {
   color: #9829CD;
 }
</style>

background-color css

<style>
 a { background-color: #9829CD; }

 a { background-color: rgb(152,41,205); }

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

border-color css

<style>
 span { border-color: #9829CD; }

 span { border-color: rgb(152,41,205); }

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