Html Css Color HEX #9818C3 Dark Orchid

📋 copy color: '#9818C3'

red 152 ◦ green 24 ◦ blue 195

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

Shades of Dark Orchid #9818C3

Tints of Dark Orchid #9818C3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.47%

 BLUE value IS 195 (76.56% from 255) = 52.56%

R = 40.97%
G = 6.47%
B = 52.56%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9818C3 (or 0x9818C3) is known color: Dark Orchid. HEX triplet: 98, 18 and C3. RGB value is (152,24,195). Sum of RGB (Red+Green+Blue) = 152+24+195=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #9818C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818C3 is #67E73C. Grayscale: #515151. Windows color (decimal): -6809405 or 12785816. OLE color: 12785816.

HSL color Cylindrical-coordinate representation of color #9818C3: hue angle of 284.91º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9818C3 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 24 195 -
CMYK 0.22 0.88 0 0.24
HSL 284.91º 0.78% 0.43% -
HSV(B) 284.91º 0.88% 0.76% -
XYZ 23.13 11.27 52.59 -
YUV 81.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 152 24 195 0.22 0.88 0 0.24 284.91 0.78 0.43
Hex 98 18 C3 16 58 0 18 11D 4E 2B
Octal 230 30 303 26 130 0 30 435 116 53
Binary 10011000 11000 11000011 10110 1011000 0 11000 100011101 1001110 101011

Color Harmonies of #9818C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9818C3

Black with #9818C3

Text Example


Text Example

White with #9818C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9818C3; }

 p { color: rgb(152,24,195); }

 H1.HeaderClassName
 {
   color: #9818C3;
 }
 .AnyTagClassName
 {
   color: #9818C3;
 }
</style>

background-color css

<style>
 a { background-color: #9818C3; }

 a { background-color: rgb(152,24,195); }

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

border-color css

<style>
 span { border-color: #9818C3; }

 span { border-color: rgb(152,24,195); }

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