Html Css Color HEX #9A38CD Dark Orchid

📋 copy color: '#9A38CD'

red 154 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #9A38CD

Tints of Dark Orchid #9A38CD

RGB

 RED value IS 154 (60.55% from 255) = 37.11%

 GREEN value IS 56 (22.27% from 255) = 13.49%

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

R = 37.11%
G = 13.49%
B = 49.4%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A38CD (or 0x9A38CD) is known color: Dark Orchid. HEX triplet: 9A, 38 and CD. RGB value is (154,56,205). Sum of RGB (Red+Green+Blue) = 154+56+205=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A38CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A38CD is #65C732. Grayscale: #656565. Windows color (decimal): -6670131 or 13449370. OLE color: 13449370.

HSL color Cylindrical-coordinate representation of color #9A38CD: hue angle of 279.46º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A38CD is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 56 205 -
CMYK 0.25 0.73 0 0.20
HSL 279.46º 0.6% 0.51% -
HSV(B) 279.46º 0.73% 0.8% -
XYZ 25.76 14.11 59.12 -
YUV 102.29 185.97 164.88 -
System Red Green Blue C M Y K H S L
Decimal 154 56 205 0.25 0.73 0 0.20 279.46 0.6 0.51
Hex 9A 38 CD 19 49 0 14 117 3C 33
Octal 232 70 315 31 111 0 24 427 74 63
Binary 10011010 111000 11001101 11001 1001001 0 10100 100010111 111100 110011

Color Harmonies of #9A38CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A38CD

Black with #9A38CD

Text Example


Text Example

White with #9A38CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A38CD; }

 p { color: rgb(154,56,205); }

 H1.HeaderClassName
 {
   color: #9A38CD;
 }
 .AnyTagClassName
 {
   color: #9A38CD;
 }
</style>

background-color css

<style>
 a { background-color: #9A38CD; }

 a { background-color: rgb(154,56,205); }

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

border-color css

<style>
 span { border-color: #9A38CD; }

 span { border-color: rgb(154,56,205); }

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