Html Css Color HEX #9643CA Dark Orchid

📋 copy color: '#9643CA'

red 150 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #9643CA

Tints of Dark Orchid #9643CA

RGB

 RED value IS 150 (58.98% from 255) = 35.8%

 GREEN value IS 67 (26.56% from 255) = 15.99%

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

R = 35.8%
G = 15.99%
B = 48.21%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9643CA (or 0x9643CA) is known color: Dark Orchid. HEX triplet: 96, 43 and CA. RGB value is (150,67,202). Sum of RGB (Red+Green+Blue) = 150+67+202=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #9643CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9643CA is #69BC35. Grayscale: #6A6A6A. Windows color (decimal): -6929462 or 13255574. OLE color: 13255574.

HSL color Cylindrical-coordinate representation of color #9643CA: hue angle of 276.89º 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 #9643CA is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 67 202 -
CMYK 0.26 0.67 0 0.21
HSL 276.89º 0.56% 0.53% -
HSV(B) 276.89º 0.67% 0.79% -
XYZ 25.25 14.76 57.4 -
YUV 107.21 181.5 158.52 -
System Red Green Blue C M Y K H S L
Decimal 150 67 202 0.26 0.67 0 0.21 276.89 0.56 0.53
Hex 96 43 CA 1A 43 0 15 115 38 35
Octal 226 103 312 32 103 0 25 425 70 65
Binary 10010110 1000011 11001010 11010 1000011 0 10101 100010101 111000 110101

Color Harmonies of #9643CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9643CA

Black with #9643CA

Text Example


Text Example

White with #9643CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,67,202); }

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

background-color css

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

 a { background-color: rgb(150,67,202); }

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

border-color css

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

 span { border-color: rgb(150,67,202); }

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