Html Css Color HEX #9A42CA Dark Orchid

📋 copy color: '#9A42CA'

red 154 ◦ green 66 ◦ blue 202

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

Shades of Dark Orchid #9A42CA

Tints of Dark Orchid #9A42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.64%

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

R = 36.49%
G = 15.64%
B = 47.87%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9A42CA (or 0x9A42CA) is known color: Dark Orchid. HEX triplet: 9A, 42 and CA. RGB value is (154,66,202). Sum of RGB (Red+Green+Blue) = 154+66+202=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A42CA is #65BD35. Grayscale: #6B6B6B. Windows color (decimal): -6667574 or 13255322. OLE color: 13255322.

HSL color Cylindrical-coordinate representation of color #9A42CA: hue angle of 278.82º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A42CA is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 66 202 -
CMYK 0.24 0.67 0 0.21
HSL 278.82º 0.56% 0.53% -
HSV(B) 278.82º 0.67% 0.79% -
XYZ 25.94 15.03 57.41 -
YUV 107.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 154 66 202 0.24 0.67 0 0.21 278.82 0.56 0.53
Hex 9A 42 CA 18 43 0 15 117 38 35
Octal 232 102 312 30 103 0 25 427 70 65
Binary 10011010 1000010 11001010 11000 1000011 0 10101 100010111 111000 110101

Color Harmonies of #9A42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A42CA

Black with #9A42CA

Text Example


Text Example

White with #9A42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,66,202); }

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

background-color css

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

 a { background-color: rgb(154,66,202); }

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

border-color css

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

 span { border-color: rgb(154,66,202); }

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