Html Css Color HEX #9848DE Dark Orchid

📋 copy color: '#9848DE'

red 152 ◦ green 72 ◦ blue 222

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

Shades of Dark Orchid #9848DE

Tints of Dark Orchid #9848DE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.14%

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 34.08%
G = 16.14%
B = 49.78%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9848DE (or 0x9848DE) is known color: Dark Orchid. HEX triplet: 98, 48 and DE. RGB value is (152,72,222). Sum of RGB (Red+Green+Blue) = 152+72+222=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #9848DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848DE is #67B721. Grayscale: #707070. Windows color (decimal): -6797090 or 14567576. OLE color: 14567576.

HSL color Cylindrical-coordinate representation of color #9848DE: hue angle of 272º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9848DE is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 152 72 222 -
CMYK 0.32 0.68 0 0.13
HSL 272º 0.69% 0.58% -
HSV(B) 272º 0.68% 0.87% -
XYZ 28.45 16.58 70.81 -
YUV 113.02 189.5 155.8 -
System Red Green Blue C M Y K H S L
Decimal 152 72 222 0.32 0.68 0 0.13 272 0.69 0.58
Hex 98 48 DE 20 44 0 D 110 45 3A
Octal 230 110 336 40 104 0 15 420 105 72
Binary 10011000 1001000 11011110 100000 1000100 0 1101 100010000 1000101 111010

Color Harmonies of #9848DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9848DE

Black with #9848DE

Text Example


Text Example

White with #9848DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9848DE; }

 p { color: rgb(152,72,222); }

 H1.HeaderClassName
 {
   color: #9848DE;
 }
 .AnyTagClassName
 {
   color: #9848DE;
 }
</style>

background-color css

<style>
 a { background-color: #9848DE; }

 a { background-color: rgb(152,72,222); }

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

border-color css

<style>
 span { border-color: #9848DE; }

 span { border-color: rgb(152,72,222); }

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