Html Css Color HEX #9846CA Dark Orchid

📋 copy color: '#9846CA'

red 152 ◦ green 70 ◦ blue 202

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

Shades of Dark Orchid #9846CA

Tints of Dark Orchid #9846CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.51%

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 35.85%
G = 16.51%
B = 47.64%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9846CA (or 0x9846CA) is known color: Dark Orchid. HEX triplet: 98, 46 and CA. RGB value is (152,70,202). Sum of RGB (Red+Green+Blue) = 152+70+202=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 70 (27.73% from 255 or 16.51% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #9846CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846CA is #67B935. Grayscale: #6D6D6D. Windows color (decimal): -6797622 or 13256344. OLE color: 13256344.

HSL color Cylindrical-coordinate representation of color #9846CA: hue angle of 277.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9846CA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 70 202 -
CMYK 0.25 0.65 0 0.21
HSL 277.27º 0.55% 0.53% -
HSV(B) 277.27º 0.65% 0.79% -
XYZ 25.8 15.32 57.47 -
YUV 109.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 152 70 202 0.25 0.65 0 0.21 277.27 0.55 0.53
Hex 98 46 CA 19 41 0 15 115 37 35
Octal 230 106 312 31 101 0 25 425 67 65
Binary 10011000 1000110 11001010 11001 1000001 0 10101 100010101 110111 110101

Color Harmonies of #9846CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9846CA

Black with #9846CA

Text Example


Text Example

White with #9846CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9846CA; }

 p { color: rgb(152,70,202); }

 H1.HeaderClassName
 {
   color: #9846CA;
 }
 .AnyTagClassName
 {
   color: #9846CA;
 }
</style>

background-color css

<style>
 a { background-color: #9846CA; }

 a { background-color: rgb(152,70,202); }

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

border-color css

<style>
 span { border-color: #9846CA; }

 span { border-color: rgb(152,70,202); }

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